whisper.cpp and whisper-cpp-server
The latter is a server wrapper built on top of the former, making them complements that work together—whisper-cpp-server adds HTTP API and real-time serving capabilities around the core whisper.cpp inference engine.
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-cpp-server
litongjava/whisper-cpp-server
whisper-cpp-serve Real-time speech recognition and c+ of OpenAI's Whisper model in C/C++
This is a real-time speech recognition service that takes audio input, such as voice recordings or live speech, and converts it into text. It provides a high-performance, accurate transcription without needing specialized graphics cards, as it runs efficiently on standard computer processors. Developers and enterprises can use this to add speech-to-text capabilities to their applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work