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 details)

Uploaded Python 3

File details

Details for the file cordial-0.226-py3-none-any.whl.

File metadata

  • Download URL: cordial-0.226-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.2 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.4

File hashes

Hashes for cordial-0.226-py3-none-any.whl
Algorithm Hash digest
SHA256 3e7f3dbafb43d5c4598b9a99c31a14c266602e489f78fc6fde2b02822f422d66
MD5 444ae170767ff1efb3793341531560ff
BLAKE2b-256 54028db41a99a81ec03aa74b9982e8856849ce2a8673927dd5d906d9da2e0ebc

See more details on using hashes here.

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