whisper.cpp
C/C++ port of OpenAI's Whisper speech-recognition model.
whisper.cpp runs OpenAI's Whisper speech-to-text models efficiently on CPU and consumer GPUs using quantised weights. It is the standard tool for offline transcription on Linux laptops.
Install
git clone https://github.com/ggerganov/whisper.cpp
