Automatic Speech Recognition
WhisperKit
Core ML
Arabic
Egyptian Arabic
English
whisper
code-switching
Instructions to use zayednetad/whisper-small-ar-en-codeswitching-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- WhisperKit
How to use zayednetad/whisper-small-ar-en-codeswitching-coreml 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
- Notebooks
- Google Colab
- Kaggle
Replace with whisperkittools conversion of IbrahimAmin/code-switched-egyptian-arabic-whisper-small (azeem23 conversion failed on-device validation)
4e6cb00 verified | license: apache-2.0 | |
| language: | |
| - ar | |
| - arz | |
| - en | |
| base_model: IbrahimAmin/code-switched-egyptian-arabic-whisper-small | |
| pipeline_tag: automatic-speech-recognition | |
| tags: | |
| - whisper | |
| - coreml | |
| - whisperkit | |
| - code-switching | |
| # Whisper Small Arabic-English Code-Switching — Core ML | |
| Core ML conversion of [IbrahimAmin/code-switched-egyptian-arabic-whisper-small](https://huggingface.co/IbrahimAmin/code-switched-egyptian-arabic-whisper-small) | |
| (Apache-2.0, a fine-tune of [openai/whisper-small](https://huggingface.co/openai/whisper-small) for | |
| Egyptian Arabic-English code-switching), converted with | |
| [whisperkittools](https://github.com/argmaxinc/whisperkittools) for on-device use with | |
| [WhisperKit](https://github.com/argmaxinc/WhisperKit). | |
| Use the standard `openai/whisper-small` tokenizer. | |
| Earlier commits of this repo contained a conversion of | |
| azeem23/whisper-small-codeswitching-ArabicEnglish (MIT), replaced after | |
| on-device validation. | |