add OpenWhispr

This commit is contained in:
pluja
2026-03-17 10:49:12 +02:00
committed by GitHub
parent 52f0a1fa23
commit 5be76abc77

View File

@@ -46,6 +46,7 @@
- [Design Tools](#design-tools) - [Design Tools](#design-tools)
- [Developer Tools](#developer-tools) - [Developer Tools](#developer-tools)
- [IDEs](#ides) - [IDEs](#ides)
- [Dictation / ASR]()
- [Domain Registrar](#domain-registrar) - [Domain Registrar](#domain-registrar)
- [Download Manager](#download-manager) - [Download Manager](#download-manager)
- [Encryption](#encryption) - [Encryption](#encryption)
@@ -1440,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. - [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. - [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. - [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities.
- [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) [Back to top 🔝](#contents)