Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

argmaxinc
/
whisperkit-mlx

WhisperKit
MLX
whisper
asr
quantized
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • WhisperKit

    How to use argmaxinc/whisperkit-mlx 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
  • MLX

    How to use argmaxinc/whisperkit-mlx with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir whisperkit-mlx argmaxinc/whisperkit-mlx
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
whisperkit-mlx
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
ZachNagengast's picture
ZachNagengast
jkrukowski's picture
jkrukowski
Added whisper-base (#1)
b653614 verified over 1 year ago
  • openai_whisper-base
    Added whisper-base (#1) over 1 year ago
  • openai_whisper-tiny
    Upload 3 files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    144 Bytes
    Create README.md almost 2 years ago