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.