Skip to content

Commit 2da204b

Browse files
committed
movie recommendation
1 parent 069985c commit 2da204b

File tree

2 files changed

+507
-0
lines changed

2 files changed

+507
-0
lines changed

movie_recommendation/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)