This project creates a web application that performs emotion detection on provided text using Watson AI libraries. The application was developed using the Flask framework to provide clear and concise results to the user through a Web Application.
The AI-based Emotion detection Web Application allows users to input text and receive sentiment analysis results. The application utilizes Watson NLP (Natural Language Processing) library to analyze the emotion of the provided text. It formats the output to display the emotion labels (e.g., anger, joy, disgust, sadness, fear), its confidence score, and the dominant emotion. The application is deployed as a web application using Flask, ensuring easy accessibility for users. Error handling mechanisms are incorporated to handle unexpected situations gracefully. The project emphasizes code quality through static code analysis.
- Watson NLP Library
- Flask
- Pylint
- Unittest
- Clone the project repository.
- Install the required libraries specified in requirements.txt.
- Follow the instructions provided in the project to set up and deploy the application.
This project is licensed under the MIT License - see the LICENSE.md file for details.