Spaces:
Sleeping
Sleeping
File size: 684 Bytes
4dd3086 0dd4b74 4dd3086 47be2d5 4dd3086 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: mit
sdk: streamlit
emoji: π
colorFrom: purple
colorTo: purple
sdk_version: 1.41.1
---
# Sentiment Analysis Tool (SEA)
This is a Streamlit-based application that analyzes the sentiment of customer feedback using the Gemini API.
## Features
- Analyze customer feedback from a CSV file.
- Perform real-time sentiment analysis on text input.
- Display actionable insights for customer satisfaction trends.
## Usage
Upload a CSV file or enter feedback text to analyze sentiment. Sentiments will be classified as Positive, Neutral, or Negative.
## Deployment
The app is deployed on Hugging Face Spaces using Streamlit.
## Credits
- Built using Streamlit and Gemini API. |