Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
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.
|