Skip to content

olanlesi/Movie-Recommender-System

Repository files navigation

Movie Recommendation System

This project uses Content-Based Recommender Systems to recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie.

The details of the movies(title, genre, runtime, rating, poster, etc) are fetched using an API by TMDB, https://www.themoviedb.org/documentation/api, and using the IMDB id of the movie in the API. We use web scraping to get the reviews given by the user in the IMDB site using beautifulsoup4 and performed sentiment analysis on those reviews.

Author

Dataset Source

Data Preparation

Notebook

Demo

smartmovielovers

Features

  • Movie Review
  • Movie Details
  • Movie Recommendation

Lessons Learned

  • Machine Learning --> Recommendation System
  • NLTK
  • Heroku Deployment
  • Web Scrapping
  • Exploratory Data Analysis

🔗 Profile Links

portfolio linkedin

Resume