Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 698 Bytes

File metadata and controls

40 lines (26 loc) · 698 Bytes

Movies Recommender

Get movie recommendations similar to what you like.


Installation

Run the following commands in the terminal

  • Clone the repository:

    git clone https://github.com/DSCVITBHOPAL/ML-Reserve.git
  • cd into the recommender's folder:

    cd ML-Reserve/Movies-Recommender
  • Install the necessary packages:

    pip install pandas sklearn
  • Run the recommender:

    python recommender.py

You should now get an output similar to the following:

Please enter a movie name:

Enter a movie name, say The Shawshank Redemption, you should now get a list of similar movies.