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.
- IMDB 5000 Movie Dataset
- The Movies Dataset
- List of movies in 2018
- List of movies in 2019
- List of movies in 2020
- List of movies in 2021
- List of movies in 2022
- Movie Review
- Movie Details
- Movie Recommendation
- Machine Learning --> Recommendation System
- NLTK
- Heroku Deployment
- Web Scrapping
- Exploratory Data Analysis