Is it deployed locally or does it send data to your servers?
Handy – Free open source speech-to-text app
61–70 of 118 posts
Re: Handy – Free open source speech-to-text app
#62Re: Handy – Free open source speech-to-text app
#63My regular cycle is to talk informally to the CLI agent and ask it to “say back to me what you understood”, and it almost always produces a nice clean and clear version. This simultaneously works as confirmation of its understanding and also as a sort of spec which likely helps keep the agent on track.
UPDATE - just tried handy with Parakeet v3, and it works really well too, so I'll use this instead of VoiceInk for a few days. I just also discovered that turning on the "debug" UI with Cmd-shift-D shows additional options like post processing and appending trailing space.
Re: Handy – Free open source speech-to-text app
#64I have dystonia which often stiffens my arms in a way that makes it impossible for me to type on a keyboard. TTS apps like SuperWhisper have proven to be very helpful for me in such situations. I am hoping to get a similar experience out of "Handy" (very apt maming from my perspective). I do, however, wonder if there is a way all these TTS tools can get to the next level. The generated text should not be just a verba…
I made something called `ultraplan`. It's is a CLI tool that records multi-modal context (audio transcription via local Whisper, screenshots, clipboard content, etc.) into a timeline that AI agents like Claude Code can consume. I have a claude skill `/record` that runs the CLI which starts a new recording. I debug, research, etc., then say "finito" (or choose your own stopword). It outputs a markdown file with your t…
Re: Handy – Free open source speech-to-text app
#65As a Mac user, am I missing something? macOS has Dictation built-in, when you short press F5 it should start transcribing your spoken words into text in real time. It even does non-English languages.
Re: Handy – Free open source speech-to-text app
#66Re: Handy – Free open source speech-to-text app
#67Re: Handy – Free open source speech-to-text app
#68Re: Handy – Free open source speech-to-text app
#69Re: Handy – Free open source speech-to-text app
#70Earlier quoted context omitted.
It’s all local
Which model would be the best to use for mandarin? Are there any models on par with Parakeet that are just as fast but also understand Chinese?
this can already be done via local llm processing the text but surely there is an easier way to do this, right