You can check it out here
You should use your own api key, and should replace your api key with mine. To get the api key follow the following steps:
Create an account in https://www.themoviedb.org/. Click on the API
link from the left hand sidebar in your account settings and fill all the details to apply for API key.If you are asked for the website URL, just give "NA" if you don't have one.You will see the API key in your API
sidebar once your request is approved.
The datasets are collected from here and here. However they are already present in the repository. If you don't find any file in repository, then you should download the movie_metadata.csv, movies_metadata.csv and credits.csv from the above links.
To run this project on your local machine:
First install all the requirements present in the requirements.txt
The command to install the requirements is "pip install -r requirements.txt"
After installing the requirements, type python main.py.
That's all your project will run on the local machine.
However only english movies are available, upto 2020. If you have any other suggestions or ideas to make the project better, do contribute to the project.