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.cppStep 2 - Download the model
./models/download-ggml-model.sh base.enStep 3 - Build the server
make serverStep 4 - Run the server
./server -m models/ggml-base.en.binStep 5 - Enable the server in the client
settings -> Speech-to-text -> STT Backend -> Whisper.cppLast updated