/deepemotion

Flask app for emotion detection in video

Primary LanguageJavaScript

DeepEmotion

DeepEmotion is a web app for detecting emotions in video frames. It runs on Flask + Nginx + Peltarion API and uses FER for video facial recognition.

video-demo example

Installation

Instructions for installing Nginx and Gunicorn for Flask are available on Digital Ocean.

Install with python setup.py install, which creates a config.cfg file in the root directory. To connect with Peltarion API, add your key to config.cfg:

EMOTION_API_URL='ENTER_MY_URL'
EMOTION_API_TOKEN='ENTER_MY_TOKEN'