aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 75e8963d315cad55153f3a415584aec353bb6e79 (plain)
1
2
3
4
5
6
7
8
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