KrizTech100 commited on
Commit
eb75873
Β·
verified Β·
1 Parent(s): 87b2f87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -6
README.md CHANGED
@@ -1,13 +1,53 @@
1
  ---
2
- title: Sentiment Analysis
3
- emoji: πŸ‘
4
- colorFrom: yellow
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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