add hns - a speech-to-text CLI tool

This commit is contained in:
Prashant Anand 2025-12-30 02:12:32 +09:00
parent 60d9044a0b
commit cf785e2378
1 changed files with 1 additions and 0 deletions

View File

@ -1422,6 +1422,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [OpenAI Whisper](https://github.com/openai/whisper) - Whisper is a general-purpose speech recognition model that can be run locally offline. It can transcribe audio from and to multiple languages.
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model.
- [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities.
- [hns](https://github.com/primaprashant/hns) - CLI tool to transcribe your voice from microphone directly to clipboard locally using faster-whisper.
[Back to top 🔝](#contents)