whisper
Collection
43 items • Updated
How to use aoiandroid/whisperkit-coreml-ios with WhisperKit:
# Install CLI with Homebrew on macOS device brew install whisperkit-cli # View all available inference options whisperkit-cli transcribe --help # Download and run inference using whisper base model whisperkit-cli transcribe --audio-path /path/to/audio.mp3 # Or use your preferred model variant whisperkit-cli transcribe --model "large-v3" --model-prefix "distil" --audio-path /path/to/audio.mp3 --verbose
Platform-compiled WhisperKit bundles for TranslateBlue.
argmaxinc/whisperkit-coreml.mlmodelc (same variant folder names as Argmax)aoiandroid/whisperkit-coreml-macosFolder layout matches WhisperKit (AudioEncoder.mlmodelc, TextDecoder.mlmodelc, MelSpectrogram.mlmodelc, optional TextDecoderContextPrefill.mlmodelc).
ANE specialization cache is still device-local (Apple). These bundles avoid iOS rejecting a macOS coremlcompiler tree with “Compile the model…”.