Arya, my own virtual assistant. And more than it. Yes.
sudo apt install git cmake build-essential libopencv-dev libx11-dev libxrandr-dev libxcursor-dev libxi-dev libopengl-dev libgl1-mesa-dev libudev-dev libfreetype6-dev libvorbis-dev libogg-dev libflac-dev
sudo snap install --classic code
In the .vscode/c_cpp_properties.json:
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/includes",
"${workspaceFolder}/build/_deps/sfml-src/include"
],
git clone git@github.com:DonatNathan/arya.git
cd arya
Create and move to external folder.
mkdir external
cd external
Clone and get a whisper model.
git clone https://github.com/ggml-org/whisper.cpp.git
cd whisper.cpp
sh ./models/download-ggml-model.sh base.en
mkdir build
cd build
cmake ..
cmake --build .
Classic mode:
./bin/Arya
Debug mode (no speaking, command line):
./bin/Arya --debug