Spaces:
Sleeping
Sleeping
| title: Sentiment Analysis | |
| emoji: π | |
| colorFrom: purple | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: "5.0.0" | |
| python_version: "3.10" | |
| app_file: app.py | |
| pinned: false | |
| # AI Conversation Sentiment Analyzer | |
| Upload or record audio to get speaker-separated transcription with sentiment labels. | |
| **Models used:** | |
| - openai/whisper-base β transcription | |
| - pyannote/speaker-diarization-3.1 β speaker diarization | |
| - nlptown/bert-base-multilingual-uncased-sentiment β sentiment analysis | |
| **Required secret:** Set `HF_TOKEN` under Space Settings β Repository secrets. |