We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069985c commit 2da204bCopy full SHA for 2da204b
movie_recommendation/README.md
@@ -0,0 +1,11 @@
1
+# Movie Recommendation
2
+---
3
+This is a simple movie recommedation using `cosine_similarity` and `CountVectorizer`.
4
+
5
+You can use the google colab to run the program if you dont have jupyter notebook installed.
6
7
+### Also if you are using juypter notebook make sure you have:
8
+- `pandas`
9
+- `numpy`
10
+- `rake_ntlk`
11
+- `scikit-learn`
0 commit comments