added readme
This commit is contained in:
parent
40006115f3
commit
8395daeec6
|
@ -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
|
Loading…
Reference in New Issue