rajsecrets0 commited on
Commit
47be2d5
·
verified ·
1 Parent(s): c4db89e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -1,13 +1,17 @@
1
- ---
2
- title: SEA-Sentiment Analysis
3
- emoji: 🚀
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: streamlit
7
- sdk_version: 1.41.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
+ # Sentiment Analysis Tool (SEA)
2
+
3
+ This is a Streamlit-based application that analyzes the sentiment of customer feedback using the Gemini API.
4
+
5
+ ## Features
6
+ - Analyze customer feedback from a CSV file.
7
+ - Perform real-time sentiment analysis on text input.
8
+ - Display actionable insights for customer satisfaction trends.
9
+
10
+ ## Usage
11
+ Upload a CSV file or enter feedback text to analyze sentiment. Sentiments will be classified as Positive, Neutral, or Negative.
12
+
13
+ ## Deployment
14
+ The app is deployed on Hugging Face Spaces using Streamlit.
15
+
16
+ ## Credits
17
+ - Built using Streamlit and Gemini API.