added readme

This commit is contained in:
navanchauhan 2022-05-20 18:34:38 -06:00
parent 40006115f3
commit 8395daeec6
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# 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