akashVP commited on
Commit
5bef209
·
1 Parent(s): 991dcf7

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MCP Sentiment Analyzer
3
+ emoji: 💬
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "4.44.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🧠 MCP Sentiment Analyzer
13
+
14
+ A simple sentiment analysis app built using MCP concepts and deployed on Hugging Face Spaces.
15
+
16
+ ## 🚀 Features
17
+
18
+ - Real-time sentiment analysis
19
+ - MCP-style agent logic
20
+ - Gradio UI
21
+ - Easy to extend
22
+
23
+ ## ▶️ Run Locally
24
+
25
+ ```bash
26
+ pip install -r requirements.txt
27
+ python app.py
28
+ ```