KrizTech100 commited on
Commit
732bbf9
Β·
verified Β·
1 Parent(s): 1760bab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -13
README.md CHANGED
@@ -1,15 +1,3 @@
1
- ---
2
- title: AI Conversation Sentiment Analyzer
3
- emoji: πŸŽ™
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 6.12.0
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.
@@ -50,4 +38,27 @@ An AI-powered system that transcribes audio, detects speakers, and analyzes sent
50
 
51
  ---
52
 
53
- ## πŸ“Š Example Output
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸŽ™ AI Conversation Sentiment Analyzer
2
 
3
  An AI-powered system that transcribes audio, detects speakers, and analyzes sentiment for each utterance.
 
38
 
39
  ---
40
 
41
+ ## πŸ“Š Example Output
42
+
43
+
44
+ ---
45
+ title: AI Conversation Sentiment Analyzer
46
+ emoji: πŸŽ™
47
+ colorFrom: purple
48
+ colorTo: green
49
+ sdk: gradio
50
+ sdk_version: "4.44.0"
51
+ app_file: app.py
52
+ pinned: false
53
+ ---
54
+
55
+ # AI Conversation Sentiment Analyzer
56
+
57
+ Upload or record audio β†’ get speaker-separated transcription with sentiment labels.
58
+
59
+ **Models used:**
60
+ - [openai/whisper-base](https://huggingface.co/openai/whisper-base) β€” transcription
61
+ - [pyannote/speaker-diarization-3.1](https://huggingface.co/pyannote/speaker-diarization-3.1) β€” speaker diarization
62
+ - [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment) β€” sentiment analysis
63
+
64
+ **Required secret:** `HF_TOKEN` (needed to access pyannote models β€” set under Space Settings β†’ Repository secrets)