DocsGetting StartedIkigenia PlatformLearning HubArcaniaGuidesUsing WhisperCPP

Using Whisper.cpp

Learn how to set up and configure Whisper.cpp for speech-to-text in Arcania

You can find the full whisper.cpp documentation here.

Installation Steps

  1. Clone the repo:

    git clone https://github.com/ggerganov/whisper.cpp
    cd whisper.cpp
  2. Download the model:

    ./models/download-ggml-model.sh base.en
  3. Build the server:

    make server
  4. Run the server:

    ./server -m models/ggml-base.en.bin

Configuration

Enable Whisper.cpp in Arcania:

settings -> Speech-to-text -> STT Backend -> Whisper.cpp