Skip to content

Trigger Emotion Detection On Host Computer Via REST API. Conceptually a remote based emotion detection and tagging system

Notifications You must be signed in to change notification settings

r4reejh/Emotion-Detection-REST-API

Repository files navigation

REST-emo-detect

REST Emotion Detection API

Additional modules required (Linux)

pip install falcon
pip install gunicorn

How to run (Linux)

gunicorn server:app

Modules Required and how to run (Windows)

pip install falcon
pip install waitress
waitress-serve --port=8000 server:app

Head over to

http://localhost:8000

About

Trigger Emotion Detection On Host Computer Via REST API. Conceptually a remote based emotion detection and tagging system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages