The Link to the project: https://dips-re.herokuapp.com/
- Download the datasets from the above link.
- run the
movie-recommender-system.ipynb
file and generate the required.pkl
files required for the app to run. - Install Streamlit (
pip install streamlit
) - To run the streamlit app simply enter
streamlit run app.py
in command promt and use the app. - Happy Using :)