Views
No views yet
openai/whisper-base.en, tagged for use with
ANEForge so the weights load and run directly on the
Apple Neural Engine (no CoreML). Weights are byte-identical to the source; see the original repo for
the model details. Licensed apache-2.0 from the source.1# pip install "aneforge[models]"
2import aneforge as af
3
4asr = af.load_whisper("aneforge/whisper-base.en")
5print(asr.transcribe(audio)) # 16 kHz mono waveform -> transcript