Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 775 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 775 Bytes

Movie Recommendation System

About this project

This is a Streamlit web application for a Content Based Movie Recommendation System.

Click here to run it

Demo

DEMO DEMO

Dataset Used

The dataset used in this project can be found here.

How to Run

Steps:

  1. Clone the repository:

    https://github.com/Shimul-Baidya/Movie-Recommendation-System.git
  2. Install the requirements:

    pip install -r requirements.txt
  3. Run the following notebook to generate the models:

    Movie_Recommendation_System.ipynb

  4. Run the Streamlit app:

    streamlit run app.py