Skip to content

MayankShrivastava17/hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hook

Movie Recommendation using sklearn and flask.

Just enter the movie of your choice and it will recommend you with 10 movies of similar type.example

Requirements

  • pandas==1.2.3
  • scipy==1.5.4
  • Flask==1.1.2
  • numpy==1.19.5
  • scikit_learn==0.24.2

How to install the requirements

  • Clone the project and run :

    pip install -r requirements.txt

Or you can also download the requirement via PyPi

How to use in local machine

How to use

Step 1 Enter the movie you want to search.

Home-Page

Step 2 Press enter and it will recommend 10 movies similar to the movie which you enter.

Recomendation-Page

How to deploy

Since you can only deploy static page in GitHub pages.

You can use Heroku or Pythoneverywhere for deployment.