Voice Typing with whisper.cpp #3960
themanyone
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, all.
Thanks for all your hard work making this possible. I just wanted to share my project. Comments welcome.
State-of-the-art, private, offline voice typing/real-time voice translation in Linux tty (or WFL sesson on Windows.) with a tiny bash script and llama.cpp. Free and Open-Source. No subscription necessary.
No graphical OS required. Yet the voice keyboard does work with GUI X, wayland, whatever. Speak text anywhere.
Some basic editing commands supported. New paragraph, undo that, backspace, etc.
https://github.com/themanyone/voice_typing
3 contributors
154 stars on GitHub
Also in python, with LLM integration & the beginnings of some kind of "agentic" stuff.
https://github.com/themanyone/whisper_dictation
4 contributors
291 stars on GitHub
All reactions