Movie Recommender System (content based)

Enter your favorite movie and get recommendations for you.

I have used following tools and technologies for this project.
  1. RAKE (Rapid Automatic Keyword Extraction) rake_nltk algorithm
  2. Cosine Similarity
  3. Document term frequency
  4. Bag of words
  5. CountVentorizer() for converting bag of words to numeric data.

Development summary

High-level architecture of the application