whisperkit-coreml / README.md
TerminatorPower's picture
Update README with attribution to original authors
2d18ca8 verified
---
pretty_name: "WhisperKit CoreML Models"
viewer: false
library_name: whisperkit
tags:
- whisper
- whisperkit
- coreml
- asr
- quantized
- automatic-speech-recognition
---
# WhisperKit CoreML Models
Pre-compiled CoreML models for [WhisperKit](https://github.com/argmaxinc/WhisperKit), an on-device speech recognition framework for Apple Silicon.
## Usage
These models are drop-in replacements for the original [argmaxinc/whisperkit-coreml](https://huggingface.co/argmaxinc/whisperkit-coreml) repository. Use this repo by replacing the repo ID:
```
argmaxinc/whisperkit-coreml → TerminatorPower/whisperkit-coreml
```
## Credits
All models were originally created and compiled by **[Argmax Inc](https://github.com/argmaxinc)**. Full credit goes to the Argmax team for their work on WhisperKit and these CoreML model conversions.
- Original repo: [argmaxinc/whisperkit-coreml](https://huggingface.co/argmaxinc/whisperkit-coreml)
- WhisperKit: [github.com/argmaxinc/WhisperKit](https://github.com/argmaxinc/WhisperKit)
- WhisperKit paper (ICML 2025): [icml.cc/virtual/2025/47854](https://icml.cc/virtual/2025/47854)