Using voice transcription to easily create audio logs
Please be sure you meet the requirements to run whisper.cpp!
git clone https://github.com/Chopper1337/audio-log --recursive
cd audio-log
./setup.sh
./audio_log.sh
This will create a folder named for the current date, such as 20230914_231509, this will contain your recorded audio file and the transcription.
./setup.sh -m
You can use models other than those provided in the setup script, see whisper.cpp/models