Emotion Detection is a web application built with Flask that analyzes text to detect emotions using the IBM API. This project is the final assignment for the Coursera course "Developing AI Applications with Python and Flask". The application provides an interface for users to input text and receive the detected emotions along with the dominant emotion.
- Analyzes input text to detect emotions: anger, disgust, fear, joy, and sadness.
- Displays the emotion scores and the dominant emotion.