App to analyze video to determine real time emotion with data returned in JSON format.
125
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.
Content type
Image
Digest
sha256:505f3473a…
Size
1.2 GB
Last updated
over 1 year ago
docker pull tkdutta/emotiondetector:v1.1-ubuntu22.04