Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
github.com
Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
1–10 of 233 posts
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#2Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#3Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#4On Linux, there's access to the latest Cohere Transcribe model and it works very, very well. Requires a GPU though. Larger local models generally shouldn't require a subordinate model for clean up.
Have you compared WhisperKit to faster-whisper or similar? You might be able to run turbov3 successfully and negate the need for cleanup.
Incidentally, waiting for Apple to blow this all up with native STT any day now. :)
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#5Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#6Parakeet is significantly more accurate and faster than Whisper if it supports your language.
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#7Parakeet is significantly more accurate and faster than Whisper if it supports your language.
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#8Nice one! For Linux folks, I developed https://github.com/goodroot/hyprwhspr . On Linux, there's access to the latest Cohere Transcribe model and it works very, very well. Requires a GPU though. Larger local models generally shouldn't require a subordinate model for clean up. Have you compared WhisperKit to faster-whisper or similar? You might be able to run turbov3 successfully and negate the need for cleanup. Incid…
Have you ever considered using a foot-pedal for PTT?
Apple incidentally already has native STT, but for some reason they just don't use a decent model yet.
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#9Parakeet is significantly more accurate and faster than Whisper if it supports your language.
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#10Nice one! For Linux folks, I developed https://github.com/goodroot/hyprwhspr . On Linux, there's access to the latest Cohere Transcribe model and it works very, very well. Requires a GPU though. Larger local models generally shouldn't require a subordinate model for clean up. Have you compared WhisperKit to faster-whisper or similar? You might be able to run turbov3 successfully and negate the need for cleanup. Incid…
Thanks for sharing! I was literally getting ready to build, essentially, this. Now it looks like I don't have to! Have you ever considered using a foot-pedal for PTT? Apple incidentally already has native STT, but for some reason they just don't use a decent model yet.
https://developer.apple.com/documentation/speech/bringing-ad...
Wonder what's the hold up...
For footpedal:
Yes, conceptually it’s just another evdev-trigger source, assuming the pedal exposes usable key/button events.
Otherwise we’d bridge it into the existing external control interface. Either way, hooks are there. :)