Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aoiandroid
/
whisperkit-coreml-ios

Automatic Speech Recognition
WhisperKit
Core ML
whisper
translateblue
ios
Model card Files Files and versions
xet
Community

Instructions to use aoiandroid/whisperkit-coreml-ios with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • WhisperKit

    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
  • Notebooks
  • Google Colab
  • Kaggle
whisperkit-coreml-ios
2.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
aoiandroid's picture
aoiandroid
Add ios-compiled openai_whisper-large-v3-v20240930_626MB
6ecd18b verified 14 days ago
  • openai_whisper-base.en
    Add ios-compiled openai_whisper-base.en 14 days ago
  • openai_whisper-base
    Add ios-compiled openai_whisper-base 14 days ago
  • openai_whisper-large-v3-v20240930_626MB
    Add ios-compiled openai_whisper-large-v3-v20240930_626MB 14 days ago
  • openai_whisper-large-v3-v20240930_turbo_632MB
    Add ios-compiled openai_whisper-large-v3-v20240930_turbo_632MB 14 days ago
  • openai_whisper-small.en
    Add ios-compiled openai_whisper-small.en 14 days ago
  • openai_whisper-tiny.en
    Add ios-compiled openai_whisper-tiny.en 14 days ago
  • openai_whisper-tiny
    Add ios-compiled openai_whisper-tiny 14 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    753 Bytes
    Document ios WhisperKit compiled bundles 14 days ago