🎙️ Audio Sentiment Analysis (Whisper Small)

Analyze the sentiment of spoken words. Upload an audio file, record directly, or click an example below.

How it Works

This tool uses OpenAI's Whisper Small model to transcribe audio into text. Then, TextBlob is used to perform sentiment analysis on the resulting transcript. By using type="numpy", the interface directly processes audio data, making it more reliable.