diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-20 18:34:38 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-20 18:34:38 -0600 |
commit | 8395daeec653f0b30f5fb2531bbe1423687d1ed2 (patch) | |
tree | f9a0bb173a60bc55bd4b8e6fcdc6dcd5cf19718a | |
parent | 40006115f3a83c4aed2e9686534830a8d5703695 (diff) |
added readme
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..75e8963 --- /dev/null +++ b/README.md @@ -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
\ No newline at end of file |