Skip to content

Latest commit

 

History

History

Movies-Recommender

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.