Sentiment_Analysis / README.md
KrizTech100's picture
Update README.md
5d5fe06 verified
|
Raw
History Blame
562 Bytes
metadata
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.