Sign inSign up

tkdutta/emotiondetector

By tkdutta

Updated over 1 year ago

App to analyze video to determine real time emotion with data returned in JSON format.

Image
Machine learning & AI
0

125

tkdutta/emotiondetector repository overview

Use the following command to pull and run the container locally. A local directory (eg. "${PWD}/my-data") is needed to be mounted to the container to access the video files and return JSON data.

docker run -d -p 5000:5000 --name emotiondetector --mount type=bind,source=${PWD}/my-data,destination=/app/uploads tkdutta/emotiondetector:tag

The application can be accessed in any browser locally through port 5000 in the above case.

Github: https://github.com/tuhindutta/emotion_detection_app/tree/main

Fix in v1.1-ubuntu22.04 version: Debugged multi-frame visualizations.

Tag summary

Content type

Image

Digest

sha256:505f3473a

Size

1.2 GB

Last updated

over 1 year ago

docker pull tkdutta/emotiondetector:v1.1-ubuntu22.04