whisperkit-cli

On-device speech recognition for Apple Silicon using OpenAI's Whisper

brewmacoslinux
Try with needOr install directly
Source

About

Swift native on-device speech recognition with Whisper for Apple Silicon

Commands

whisperkit-cli

Examples

Transcribe an audio file to text$ whisperkit-cli transcribe audio.mp3
Transcribe with specified language$ whisperkit-cli transcribe audio.m4a --language en
Transcribe and save output to file$ whisperkit-cli transcribe audio.wav --output result.txt