Skip to main content

comprehensive recommender systems

Project description

cordial

Coridal is an intuitive light-weight API that allows developers to seamlessly use different recommender systems for their needs. In just three lines of a code, one can built a powerful content recommender system. Currently, Coridal only provides content recommenders, but collaborative filtering is coming soon!

Installation

pip install cordial

Example usage:

# An example with Cordial's BasicRecommender
from cordial.content_recommenders import GraphRecommender
recommender = BasicRecommender('disney')
print(recommender.recommend('Toy Story')['result'])

# An example with Cordial's GraphRecommender
from cordial.content_recommenders import GraphRecommender
recommender = GraphRecommender('netflix')
print(recommender.recommend('Toy Story')['result'])

# It's as simple as pie!

Full documentation can be viewed here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cordial-0.226-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page