This is a Streamlit web application for a Content Based
Movie Recommendation System.
The dataset used in this project can be found here.
-
Clone the repository:
https://github.com/Shimul-Baidya/Movie-Recommendation-System.git
-
Install the requirements:
pip install -r requirements.txt
-
Run the following notebook to generate the models:
Movie_Recommendation_System.ipynb
-
Run the Streamlit app:
streamlit run app.py