You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flask-based web application that detects emotions from text using Watson NLP services. This application analyzes user input and identifies emotions such as anger, disgust, fear, joy, and sadness, providing scores for each emotion and determining the dominant emotion.
A Python-based web application that analyzes text to detect emotions (joy, anger, sadness, fear, disgust) using the IBM Watson NLP library. The application is deployed using Flask and includes comprehensive unit tests.