From faf1b86b6958f5e2abd340374023b1a7226dcec2 Mon Sep 17 00:00:00 2001 From: Ondrej Machala Date: Wed, 18 Mar 2026 00:12:29 +0000 Subject: [PATCH] Add Diction to Speech to Text section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b33b702..5b53413 100644 --- a/README.md +++ b/README.md @@ -1441,6 +1441,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. +- [Diction](https://github.com/omachala/diction) - Open-source voice keyboard for iPhone. Tap mic, speak, text appears in any app. Runs fully on-device (offline via WhisperKit), on your own self-hosted Whisper server, or optional cloud. Zero analytics, zero tracking, no third-party SDKs. - [OpenWhispr](https://github.com/OpenWhispr/openwhispr) - Voice-to-text dictation and productivity app with AI agents, meeting transcription, notes, and local/cloud speech recognition. Privacy-first and available cross-platform. Open source alternative to wisprflow. [Back to top 🔝](#contents)