#163 · Primary category: Speech & Audio
Transcribro
Private and on-device speech recognition keyboard and service for Android.
Project last updated:08/29/25
GitHub Stars
741
Forks
35
Contributors
1
License
Other
Why we included this project
Transcribro is a good pick if you want speech-to-text on Android without your audio leaving the device. It works both as a voice-input keyboard and as a system-level speech-to-text service, so any app that uses the standard Android speech API can take dictation from it. The transcription runs OpenAI's Whisper models locally via whisper.cpp, and Silero VAD handles voice activity detection, so the whole pipeline stays on-device. Because the code is open, it's also a useful reference for developers adding offline speech recognition to their own apps. One caveat: it currently supports English only, with other languages planned.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production