whisper-cpp

Run OpenAI's Whisper speech recognition model locally in C++

brewmacoslinux
Try with needOr install directly
Source

About

Port of OpenAI's Whisper model in C/C++

Commands

whisper

Examples

Transcribe an audio file to text$ whisper audio.mp3
Transcribe audio and save output as JSON$ whisper audio.wav -of json -o output
Transcribe with a specific language and model$ whisper audio.m4a --language en --model base