This application provides all the details of the requested movie such as subtitle, overview, genre, release date, rating, runtime, top cast, recommended movies, etc.
Check out the live demo: https://whattowatchmovie.herokuapp.com/
Due to large dataset, recommendation engine may take some time.
- Install all the libraries mentioned in the requirements.txt file.
- Clone this repository in your local system.
- Open the command prompt from your project directory and run the command
python app.py
. - Go to your browser and type
http://127.0.0.1:5000/
in the address bar. - Hurray! That's it.
Please do ⭐ the repository, if it helped you in anyway.