Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,53 @@
|
|
| 1 |
---
|
| 2 |
-
title: Sentiment
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Conversation Sentiment Analyzer
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π AI Conversation Sentiment Analyzer
|
| 14 |
+
|
| 15 |
+
An AI-powered system that transcribes audio, detects speakers, and analyzes sentiment for each utterance.
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
## π Features
|
| 20 |
+
|
| 21 |
+
- π§ Upload audio or record via microphone
|
| 22 |
+
- π£ Automatic speaker detection (multi-speaker support)
|
| 23 |
+
- π¬ Sentiment analysis per utterance
|
| 24 |
+
- β± Timestamped transcription
|
| 25 |
+
- π Export results to:
|
| 26 |
+
- TXT
|
| 27 |
+
- JSON
|
| 28 |
+
- CSV
|
| 29 |
+
- Word (.docx)
|
| 30 |
+
- PDF
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## π§ How It Works
|
| 35 |
+
|
| 36 |
+
1. Audio is processed using **AssemblyAI** for transcription
|
| 37 |
+
2. Speaker diarization identifies different speakers
|
| 38 |
+
3. Each sentence is analyzed using a **Hugging Face sentiment model**
|
| 39 |
+
4. Results are displayed and can be exported
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
## βοΈ Usage
|
| 44 |
+
|
| 45 |
+
1. Upload an audio file or record using the microphone
|
| 46 |
+
2. (Optional) Set number of speakers or leave as `0` for auto
|
| 47 |
+
3. Choose language or keep `auto`
|
| 48 |
+
4. Click **π Analyze**
|
| 49 |
+
5. View and export results
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
## π Example Output
|