The Recommender Service provides personalized asset recommendations to the users of the OpertusMundi marketplace. This allows the user to discover a wide array of related geospatial assets and value-added services they might be interested in, considering their preceding feedback on other assets in the platform
Install project dependencies by running the following from project root directory:
pip install -r requirements.txt
Run the Recommender Service by executing the following from project root directory:
uvicorn main:app --reload
Once the server is running, access the Recommender System API Documentation at http://localhost:8000/docs