A web application that analyzes the sentiment of text using TextBlob and Gradio. The application provides a simple interface to determine whether a piece of text expresses positive, negative, or neutral sentiment, along with polarity and subjectivity scores.
- Real-time sentiment analysis
- Polarity score (-1 for negative to +1 for positive)
- Subjectivity score (0 for objective to 1 for subjective)
- Simple web interface using Gradio
- MCP server support for enhanced functionality
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate