Skip to content

Repository files navigation

Emotion Detector

A flask application that uses a webcam and a PyTorch model to predict the users emotions

Windows Git Bash:

python -m venv env
./env/scripts/activate
pip install -r requirements.txt
gunicorn --worker-class eventlet app:app

Mac OS / Linux:

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
gunicorn --worker-class eventlet app:app

The app will be running on (http://127.0.0.1:8000)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages