Skip to content

vdalv/DeepEmotion

 
 

Repository files navigation

DeepEmotion

DeepEmotion is a web app for detecting emotions in video frames.

It runs on Flask + Nginx + Peltarion API.

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'

About

Flask app for emotion detection in video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • HTML 21.7%
  • Python 7.1%
  • CSS 2.3%