Skip to content

OpertusMundi/recommender-system

Repository files navigation

OpertusMundi Recommender System v0.0.1

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

Setup

Install Requirements

Install project dependencies by running the following from project root directory:

pip install -r requirements.txt
Run Recommender Server

Run the Recommender Service by executing the following from project root directory:

uvicorn main:app --reload

Documentation

Once the server is running, access the Recommender System API Documentation at http://localhost:8000/docs

References

  1. Asset Core Metadata Schema
  2. Basic Collaborative Filter

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages