Skip to content

Repository files navigation

Archie

A voice assistant that I wrote for my Arch setup in C++ using SDL3 and whisper.cpp

Installation

First, clone the repo and cd into it:

git clone https://github.com/BobyWoby/Archie.git
cd Archie

Next, install the dependencies (SDL3 and whisper.cpp):

git clone https://github.com/ggml-org/whisper.cpp.git ./vendored/whisper
git clone https://github.com/ggml-org/whisper.cpp.git ./vendored/SDL

Install the default whisper model to be run:

sh ./vendored/whisper/models/download-ggml-model.sh base.en

Build the project with CMake:

mkdir build && cd build # create a build directory and cd into it
cmake ../
make

Run the executable:

./Release/archie

About

A voice assistant for my system written in C++ using SDL3 and whisper.cpp

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages