Go to file
navanchauhan 7bd9c1e3a4 updated create and update embeddings 2022-05-21 10:54:12 -06:00
.gitattributes added git lfs support 2022-05-21 10:24:18 -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
db2pc.py updated create and update embeddings 2022-05-21 10:54:12 -06:00
jlm.db added 1900-2021 movie db 2022-05-21 10:24:35 -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