This web service is designed to provide information about movies, TV shows, and various personalities on IMDb.
- Search for Movies and TV Shows: Ability to search for movies and TV shows based on title.
- Search for Person: Ability to search for various personalities by name.
- Get Movie and TV Show Information: Provide detailed information about movies and TV shows including ratings, cast, genres, and more.
- Get Person Information: Information about personalities such as biography, movies and TV shows they participated in, and more.
- Keyword Search: Ability to search based on keywords.
- Get Movie List by Keywords: Provide a list of movies based on desired keywords.
To install and run this web service, follow these steps:
-
Install dependencies:
pip install -r requirements.txt
-
Run the web service:
uvicorn main:app --reload
If you would like to contribute to the enhancement and improvement of this project, please send a pull request. You can also report issues through the issue tracker.
This project is released under the MIT License.