j3soon/whisper-to-input
An Android keyboard that performs speech-to-text (STT/ASR) with OpenAI Whisper and input the recognized text; Supports English, Chinese, Japanese, etc. and even mixed languages.
Supports pluggable ASR backends including OpenAI API, self-hosted Whisper ASR Webservice, and NVIDIA NIM with TensorRT-LLM optimization. Implements a full Android Input Method Editor (IME) with configurable endpoints, allowing users to choose between cloud and on-device processing for privacy and cost control. The architecture decouples the recognition service layer, enabling deployment flexibility from commercial APIs to GPU-accelerated self-hosted inference.
117 stars.
Stars
117
Forks
21
Language
Kotlin
License
GPL-3.0
Category
Last pushed
Dec 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/j3soon/whisper-to-input"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/C++
ChetanXpro/nodejs-whisper
NodeJS Bindings for Whisper - the CPU version of OpenAI's Whisper, as initially crafted in C++...
vilassn/whisper_android
Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
mybigday/whisper.rn
React Native binding of whisper.cpp.