Go to file
Navan Chauhan 50be0f1067 added dependencies 2022-05-21 09:47:23 -06:00
README.md added readme 2022-05-20 18:34:38 -06:00
database.py added code 2022-05-20 18:30:27 -06:00
main.py updated 2022-05-20 21:03:04 -06:00
poetry.lock added dependencies 2022-05-21 09:47:23 -06:00
pyproject.toml added dependencies 2022-05-21 09:47:23 -06:00

README.md

FlixRec

Building a Content based movie recommendation system.

There are various ways to build a recommendation system:

  • Popularity Based: Recommend whatever's popular
  • Collaborative Filtering: Recommend based on user's with similar movie tastes
  • Content Based: Recommend based on the movie
  • Hybrid: Combine any of the above techniques