Open MyraBaba opened 1 year ago
Hi
Is there any way to detect emotion, stress of the speaker within the whisper domain ?
Best
The github repo named Whisper.cpp has a feature called "Confidence color-coding" --print-colors
It can be used to highlight words with high or low confidence and that's the closest I've seen to emotion detection.
Another way would be sentiment analysis on the transcript in a postprocessing step. Maybe have a look at BERT or newer versions for this.
Hi
Is there any way to detect emotion, stress of the speaker within the whisper domain ?
Best