All these all just Whisper wrappers? I don't get it, the underlying model still isn't as good as paid custom models from companies, is there an actual open source / weights alternative to Whisper for speech to text? I know only of Parakeet.
Voxtral mini is a bit bigger but their mixed language demos looked super impressive https://mistral.ai/news/voxtral
Show HN: Whispering – Open-source, local-first dictation you can trust
101–110 of 159 posts
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#102Related, just as a heads up. I've been using this for 100% local offline transcription for a while, works well: https://github.com/pluja/whishper
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#103Thanks for sharing! Transcription suddenly became useful to me when LLMs started being able to generate somewhat useful code from natural language. (I don't think anybody wants to dictate code.) Now my workflow is similar to yours. I have mixed feelings about OS-integration. I'm currently working on a project to use a foot-pedal for push-to-transcribe - it speaks USB-HID so it works anywhere without software, and it…
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#104Earlier quoted context omitted.
superwhisper has that functionality.
Right but not running locally on device. No privacy
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#105Earlier quoted context omitted.
Have you tried Whisper itself? It's open-weights. One of the features of the project posted above is "transformations" that you can run on transcripts. They feed the text into an LLM to clean it up. If you're willing to pay for the tokens, I think you could not only remove filler-words, but could probably even get the semantically-aware editing (corrections) you're talking about.
^Yep, unfortunately, the best option right now seems to pipe the output into another LLM to do some cleanup, which we try to help you do in Whispering. Recent transcription models don't have very good built-in inference/cleanup, with Whisper having the very weak "prompt" parameter. It seems like this is probably by design to keep these models lean/specialized/performant in their task.
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#106Not a fan of high resource use or reliance on proprietary vendors/services. DeepSpeech/Vosk were pre-AI and still worked well on local devices, but they were a huge pain to set up and use. Anyone have better versions of those? Looks like one successor was Coqui STT, which then evolved into Coqui TTS which seems still maintained. Kaldi seems older but also still maintained. edit: nvm, this overview explains the differ…
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#107Wait, 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…
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#108excellent tool and easy to get started. on win11, i installed ffmpeg using winget but it's not detecting it. running ffmpeg -version works but the app doesn't detect it. one thing, how can we reduce the number of notifications received? i like the system prompt option too.
https://github.com/epicenter-so/epicenter/issues/674
We hope to fix notifications too thank you for the feedback and happy to hear you liked the system prompt!
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#109For those checking out the repo this morning, I'm in the middle of a release that adds Whisper C++ support! https://github.com/epicenter-so/epicenter/pull/655 After this pushes, we'll have far more extensive local transcription support. Just fixing a few more small things :)
Re: Show HN: Whispering – Open-source, local-first dictation you can trust
#110Tried 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 :(
Same with the deb. :(