Skip to main content


Everyone knows I love doing cool stuff with #code, and last night I built a #wxPython gui for the #whisperAI transcription library and put it on GitHub. I have a lot to do on it, but it is really neat. Check it out. https://github.com/mikedoise/whisperui

Peter Vágner reshared this.

in reply to Michael Doise

Are you aware of Whisper CPP? It might be something worth embedding for people who have a decent CPU, but no good GPU. It works especially well on M1, if Mac OS is something you’re willing to support. The library exposes a super simple C ABI, so it shouldn’t be hard to do https://github.com/ggerganov/whisper.cpp