Skip to content

A python API written in flask to use AWS rekognition to identify actors and show their info.

Notifications You must be signed in to change notification settings

Itope84/star-spotter-api

Repository files navigation

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.

About

A python API written in flask to use AWS rekognition to identify actors and show their info.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages