Go to file
Navan Chauhan b8501eac77 updated 2022-05-20 21:03:04 -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 poetry stuff 2022-05-20 18:30:37 -06:00
pyproject.toml poetry stuff 2022-05-20 18:30:37 -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