This repository contains a movie recommendation system based on content based filtering.
The movie recommendation system is implemented using content based filtering, a one of the technique used in recommendation systems.
- Movie based content based filtering
- Personalized movie recommendations
- Scalable to large datasets
Before getting started, make sure you have the following prerequisites:
- Python 3.6+
- streamlit
-
Clone the repository to your local machine:
git clone https://github.com/Anshul21107/movie-recommendation.git cd movie-recommendation
-
Run the Jupiter Notebook
-
Open app.py
-
Run the app.py file
streamlit run app.py