Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

File metadata and controls

30 lines (19 loc) · 1.13 KB

Movie Recommendation App

What to Watch

Python Framework Frontend

This application provides all the details of the requested movie such as subtitle, overview, genre, release date, rating, runtime, top cast, recommended movies, etc.

Link to the application

Check out the live demo: https://whattowatchmovie.herokuapp.com/

Note

Due to large dataset, recommendation engine may take some time.

How to run the project?

  1. Install all the libraries mentioned in the requirements.txt file.
  2. Clone this repository in your local system.
  3. Open the command prompt from your project directory and run the command python app.py.
  4. Go to your browser and type http://127.0.0.1:5000/ in the address bar.
  5. Hurray! That's it.

Sources of the datasets

IMDB 5000 Movie Dataset

Please do ⭐ the repository, if it helped you in anyway.