This repository contains a Netflix recommendation system that delivers personalized movie suggestions by recommending movies that are similar to the ones the user likes and analyzes the sentiments of the userโs reviews for those movies. Movie information, such as title, genre, runtime, rating, and poster are retrieved using the TMDB API, leveraging the IMDB ID of the movie.
- Clone the repository:
git clone https://github.com/madhavi-peddireddy/Netflix-Recommendation-system.git
- Navigate to the project directory:
cd Netflix-Recommendation-system
- Install the required packages:
pip install -r requirements.txt
Run the main application script:
python main.py