Comment by Shopper0552
3 days ago
Anyone know a good free open source speech to text? Looking for something for my laptop which is running Fedora KDE plasma.
3 days ago
Anyone know a good free open source speech to text? Looking for something for my laptop which is running Fedora KDE plasma.
Whisper large v3 turbo if need support of many languages and want fast enough for deployment even on smartphones (WhisperKit). Can also try lite whisper on HF if need even smaller weights and slightly faster speed.
Whisper has been great for me. I have a single-file uv powered python script that creates SRT files or timestamped text files from media stored on the filesystem. https://github.com/danielhoherd/pub-bin/blob/main/whisper-tr...
https://huggingface.co/spaces/nvidia/parakeet-tdt-0.6b-v2
https://huggingface.co/spaces/hf-audio/open_asr_leaderboard
Whisper?