Skip to content

Sid20rathi/MCP_sentements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Sentiment Analysis

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.

Features

  • 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

Installation

  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate

About

A MCP server for text sentements analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors