From 8395daeec653f0b30f5fb2531bbe1423687d1ed2 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Fri, 20 May 2022 18:34:38 -0600 Subject: added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3