Show HN: Whispering – Open-source, local-first dictation you can trust
61–70 of 159 posts
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#62Tried it with AppImage on Linux, attempted to download a model and "Failed to download model. An error occurred." but nothing that helps me track down the error :(
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#63Does this support using the Parakeet model locally? I'm a MacWhisper user and I find that Parakeet is way better and faster than Whisper for on-device transcription. I've been using push-to-transcribe with MacWhisper through Parakeet for a while now and it's quite magical.
Parakeet is amazing - 3000x real-time on an A100 and 5x real-time even on a laptop CPU , while being more accurate than whisper-large-v3 ( https://huggingface.co/spaces/hf-audio/open_asr_leaderboard ). NeMo is a little awkward though; I'm amazed it runs locally on Mac (for MacWhisper).
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#64My biggest gripe perhaps is not being able to get decent content out of a thought stream; the models can't properly filter out the pauses, "uuuuhmms", and much less so handle on the fly corrections to what I've been saying, like going back and repeating something with a slight variation and whatnot.
This is a challenging problem I'd love to see being tackled well by open models I can run on my computer or phone. Are there new models more capable of this? Is it not just a model thing, and I missing a good app too?
In the meanwhile, I'll keep typing, even though it can be quite a bit less convenient to do; especially true for note taking on the go.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#65Wait, I'm confused. The text here says all data remains on device and emphasises how much you can trust that, that you're obsessed with local-first software, etc. Clicking on the demo video, step one is... configuring access tokens for external services? Are the services shown at 0:21 (Groq, OpenAI, Antrophic, Google, ElevenLabs) doing the actual transcription, listening to everything I say, and is only the resulting…
Like Leftium said, the local-first Whisper C++ implementation just posted a few hours ago.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#66Does this support using the Parakeet model locally? I'm a MacWhisper user and I find that Parakeet is way better and faster than Whisper for on-device transcription. I've been using push-to-transcribe with MacWhisper through Parakeet for a while now and it's quite magical.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#67Wait, I'm confused. The text here says all data remains on device and emphasises how much you can trust that, that you're obsessed with local-first software, etc. Clicking on the demo video, step one is... configuring access tokens for external services? Are the services shown at 0:21 (Groq, OpenAI, Antrophic, Google, ElevenLabs) doing the actual transcription, listening to everything I say, and is only the resulting…
> All your data is stored locally on your device, and your audio goes directly from your machine to your chosen cloud provider (Groq, OpenAI, ElevenLabs, etc.) or local provider (Speaches, owhisper, etc.) Their point is they aren’t a middleman with this, and you can use your preferred supplier or run something locally.
> All your data is stored locally on your device,
is fundamentally incapable with half of the following sentence.
I'd write it as
> All your data is stored locally on your device, unless you explicitly decide to use a cloud provider for dictation.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#68This is wonderful, thank you for sharing! Do you have any sense of whether this type of model would work with children's speech? There are plenty of educational applications that would value a privacy-first locally deployed model. But, my understanding is that Whisper performs pretty poorly with younger speakers.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#69Earlier quoted context omitted.
> All your data is stored locally on your device, and your audio goes directly from your machine to your chosen cloud provider (Groq, OpenAI, ElevenLabs, etc.) or local provider (Speaches, owhisper, etc.) Their point is they aren’t a middleman with this, and you can use your preferred supplier or run something locally.
The issue is > All your data is stored locally on your device, is fundamentally incapable with half of the following sentence. I'd write it as > All your data is stored locally on your device, unless you explicitly decide to use a cloud provider for dictation.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#70Earlier quoted context omitted.
The docs are pretty clear that you need to use speaches if you want entirely local operation. https://speaches.ai/
It’s not very clear, rather just a small mention. Given OP’s extensive diatribe about local-first, the fact that it prefers online providers is quite a big miss tbh.