Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 887 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 887 Bytes

Star Spotter API

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.

Prerequisites

Before you begin, ensure you have:

  • Basic understanding of Python.
  • Python installed on your machine (Python 3.6+ recommended).

Installing Scene Seeker API

To install Scene Seeker API, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/gmerco/star-spotter-api.git
  1. Navigate to the cloned repository:
cd star-spotter-api
  1. Install the required packages:
pip install -r requirements.txt

Using Scene Seeker API

Run the app with the following command:

python app.py

Access the API at http://127.0.0.1:5000/status using your web browser or a tool like Postman.