whisper.cpp and whisper_android
The C/C++ port provides the core inference engine that the Android implementation wraps with TensorFlow Lite for mobile deployment, making them complements in a performance-optimized stack rather than alternatives.
About whisper.cpp
ggml-org/whisper.cpp
Port of OpenAI's Whisper model in C/C++
This project helps anyone who needs to convert spoken audio into written text quickly and efficiently. You provide an audio file (like an MP3 or WAV) and it outputs an accurate transcript of what was said. This tool is ideal for researchers, journalists, content creators, or anyone needing to transcribe recordings without relying on cloud services.
About whisper_android
vilassn/whisper_android
Offline Speech Recognition with OpenAI Whisper and TensorFlow Lite for Android
This project offers pre-built Android apps and code examples to add offline speech recognition capabilities to Android devices. It takes spoken audio (like a voice recording) and converts it into text, all without needing an internet connection. This is for Android developers who want to integrate powerful speech-to-text features into their mobile applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work