nysthee commited on
Commit
0708165
·
1 Parent(s): 9f3f022

Add readme

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MCP Sentiment Analysis
3
+ emoji: 😊
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "5.15.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # MCP Sentiment Analysis
13
+
14
+ A simple sentiment analysis tool built with Gradio and MCP (Model Context Protocol).
15
+
16
+ ## Features
17
+
18
+ - Real-time sentiment analysis of text input
19
+ - Clean, intuitive web interface
20
+ - Powered by TextBlob for sentiment classification
21
+
22
+ ## Usage
23
+
24
+ Simply enter text in the input field and get instant sentiment analysis results.