Emotion Detector is a Flask-based web application that uses the Watson NLP EmotionPredict endpoint to infer emotions from user-provided text.
EmotionDetection/: package for emotion detection logicserver.py: Flask web app deploymenttest_emotion_detection.py: unit tests
pip install -r requirements.txtpytest -qpylint server.pypython server.py