Using whisper.cpp
You can find the full whisper.cpp documentation here.
Step 1 - Clone the repo
git clone https://github.com/ggerganov/whisper.cpp
cd whisper.cpp
Step 2 - Download the model
./models/download-ggml-model.sh base.en
Step 3 - Build the server
make server
Step 4 - Run the server
./server -m models/ggml-base.en.bin
Step 5 - Enable the server in the client
settings -> Speech-to-text -> STT Backend -> Whisper.cpp
Last updated