Python API that allows you to take a picture of an actor in a movie scene and get their name as well as other movies they've been in. This API powers the Star Spotter App.
Before you begin, ensure you have:
- Basic understanding of Python.
- Python installed on your machine (Python 3.6+ recommended).
To install Scene Seeker API, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/gmerco/star-spotter-api.git- Navigate to the cloned repository:
cd star-spotter-api- Install the required packages:
pip install -r requirements.txtRun the app with the following command:
python app.pyAccess the API at http://127.0.0.1:5000/status using your web browser or a tool like Postman.