Skip to content

Repository files navigation

Emotion Detector

Emotion Detector is a Flask-based web application that uses the Watson NLP EmotionPredict endpoint to infer emotions from user-provided text.

Project Structure

  • EmotionDetection/: package for emotion detection logic
  • server.py: Flask web app deployment
  • test_emotion_detection.py: unit tests

Setup

pip install -r requirements.txt

Run Tests

pytest -q

Run Static Analysis

pylint server.py

Run App

python server.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages