Earlier quoted context omitted.
In my opinion, attempting to perform live dictation is a solution that is looking for a problem. For example, the way I'm writing this comment is: I hold down a keyboard shortcut on my keyboard, and then I just say stuff. And I can say a really long thing. I don't need to see what it's typing out. I don't need to stream the speech-to-text transcription. When the full thing is ingested, I can then release my keys, and…
I’ve been using Parakeet with MacWhisper for a lot of my AI coding interactions. It’s not perfect but generally saves me a lot of time.
Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
11–19 of 19 posts
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#12> NVIDIA’s ParakeetV3 model
You can't install .exe's, but you can connect to the Internet, download and install approximately two hundred wheels (judging by uv.lock), many of which contain opaque binary blobs, including an AI model?
Why does your organization think this makes any sense?
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#13Accuracy Average WER: Whisper-large-v3 4.91 vs Parakeet V3 5.05
Speed RTFx: Whisper-large-v3 126 vs PArakeet V3 2154
~17x faster
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#14Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#15My use case is to generate subtitles for Youtube videos (downloaded using yt-dlp). Word-level accurracy is also nice to have, because I also translate them using LLMs and edit the subtitles to better fit the translation.
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#16Is there a macOS equivalent of this? My use case is to generate subtitles for Youtube videos (downloaded using yt-dlp). Word-level accurracy is also nice to have, because I also translate them using LLMs and edit the subtitles to better fit the translation.
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#17> I’m allowed to run Python, but not install or launch new `.exe` files. > NVIDIA’s ParakeetV3 model You can't install .exe's, but you can connect to the Internet, download and install approximately two hundred wheels (judging by uv.lock), many of which contain opaque binary blobs, including an AI model? Why does your organization think this makes any sense?
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#18how does the quality compare with the windows built in one (Win+H), the one with online models? I'm using that to dictate prompts, it struggles with technical terms: JSON becomes Jason, but otherwise is fine
In my opinion, attempting to perform live dictation is a solution that is looking for a problem. For example, the way I'm writing this comment is: I hold down a keyboard shortcut on my keyboard, and then I just say stuff. And I can say a really long thing. I don't need to see what it's typing out. I don't need to stream the speech-to-text transcription. When the full thing is ingested, I can then release my keys, and…
Re: Show HN: Chirp – Local Windows dictation with ParakeetV3 no executable required
#19I've done something similar for Linux and Mac. I originally used Whisper and then switched to Parakeet. I much prefer whisper after playing with both. Maybe I'm not configuring Parakeet correctly, But the transcription that comes out of Whisper is usually pretty much spot on. It automatically removes all the "ooms" and all the "ahs" and it's just way more natural, in my opinion. I'm using Whisper.CPP with CUDA accele…
Mind sharing your local setup for Mac?
I have enough RAM on my Mac that I can run smaller LLMs locally. So for me the whole thing stays local