ezyZip.mp4
Welcome to the Movie Recommendation System repository! This project is built using Streamlit, NLP,Machine Learning, Pandas and recommends movies based on similarity measures. It’s easy to use—just input a movie, and the system will suggest similar movies!
- movie_dict.pkl: Dictionary of movies and their details such as title, genre, and description.
- recommendation_movie.py: Main Python script where the recommendation logic and Streamlit app are implemented.
- similarity.pkl: Stores the precomputed similarity matrix used to suggest movies.
- requirements.txt: List of all dependencies required to run the project.
git clone https://github.com/bunk4code/movie-recommendation/
Navigate to the project directory and install the required dependencies:
cd movie-recommendation-system
pip install -r requirements.txt
streamlit run recommendation_movie.py
Once the app is running, it will open in your default web browser. You can search for a movie, and the system will recommend similar movies.