From cf785e237880011b0d3f22a46f3b8ed26a0f2202 Mon Sep 17 00:00:00 2001 From: Prashant Anand Date: Tue, 30 Dec 2025 02:12:32 +0900 Subject: [PATCH] add hns - a speech-to-text CLI tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f15a4f8..44ef868 100644 --- a/README.md +++ b/README.md @@ -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)