ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
32.93k stars 3.29k forks source link

Dictation #1132

Open r-barnes opened 11 months ago

r-barnes commented 11 months ago

Is it possible to run this in a kind of continual dictation mode where it types in the place where the active cursor is on the screen?

fire commented 11 months ago

I was really impressed by the whisper integration here.

https://github.com/yum-food/TaSTT

https://youtu.be/SqOGTnKXgag

The TaSTT implementation was able to revise its wording within a 5 second window.

tigros commented 8 months ago

this little thing i wrote isn't entirely bogus https://github.com/tigros/livewriter

you can check const-me whisper repo as well, there's dictation but no typing to active window.