BasedHardware / omi

AI wearables
https://omi.me
MIT License
3.68k stars 473 forks source link

Whisper Out returns Gibberish #49

Closed akshaynarisetti closed 7 months ago

akshaynarisetti commented 7 months ago

At times when voice isn’t recognized properly or language spoken isn’t English, whisper throws gibberish output as transcription. Apply English filter to Whisper output to sanitize such responses.

How to this? Only permit English letters, numbers etc.. (Regex should do)

DamienDeepgram commented 7 months ago

Whisper will also output things like "Thanks for listening" and other weird things during silence

ex3ndr commented 7 months ago

This is easily solvable using whisperx

akshaynarisetti commented 7 months ago

That works too

Wladefant commented 7 months ago

@DamienDeepgram yeah that is a known bug, even the chatgpt app does that. I agree with @ex3ndr whisperx is the way moving forward for a local setup, plus other specialized services like deepgram

akshaynarisetti commented 7 months ago

Closing this, we are now using Deepgram.