Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 566 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 566 Bytes

Movie Recommendation System

The Link to the project: https://dips-re.herokuapp.com/

The dataset is being collected from

The steps to use this project in local system:

  • 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 :)