Type something to search...
Whisper.cpp

Whisper.cpp

Whisper.cpp

31.4k 3.1k
04 May, 2024

What is whisper.cpp ?

Whisper.cpp is a high-performance inference of OpenAI’s Whisper automatic speech recognition (ASR) model.

whisper.cpp


Whisper.cpp Features


Whisper.cpp supported platforms


Quick start

First clone the repository:

Terminal window
git clone https://github.com/ggerganov/whisper.cpp.git

Then, download one of the Whisper models converted in ggml format. For example:

Terminal window
bash ./models/download-ggml-model.sh base.en

Now build the main example and transcribe an audio file like this:

Terminal window
# build the main example
make
# transcribe an audio file
./main -f samples/jfk.wav