This project provides a web application for scanning images and videos with Amazon Rekognition to retrieve a list of labels for the media asset. These labels are then used to query a sound library and retrieve a bundle of audio clips that will form an audio backdrop for the media asset.
http://ec2-34-231-21-21.compute-1.amazonaws.com/
-
Create a Python virtual environment:
$ virtualenv .venv
-
Activate the virtual environment:
$ source .venv/bin/activate
-
Install Python dependencies for this project:
$ pip install -r requirements.txt
-
Start the Flask development server:
$ python src/application.py --port 8000 For Debug: $ python src/application.py --port 8000 --debug
-
Open http://127.0.0.1:8000/ in a web browser