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
- pandas==1.2.3
- scipy==1.5.4
- Flask==1.1.2
- numpy==1.19.5
- scikit_learn==0.24.2
-
Clone the project and run :
pip install -r requirements.txt
Or you can also download the requirement via PyPi
-
Clone the project and run :
python app.py
-
The demo will be live at http://127.0.0.1:5000/
Step 1 Enter the movie you want to search.
Step 2 Press enter and it will recommend 10 movies similar to the movie which you enter.
Since you can only deploy static page in GitHub pages.
You can use Heroku or Pythoneverywhere for deployment.