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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

argmaxinc
/
whisperkit-pro

Automatic Speech Recognition
WhisperKit
Core ML
whisper
asr
quantized
Model card Files Files and versions
xet
Community
14

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

  • Libraries
  • WhisperKit

    How to use argmaxinc/whisperkit-pro 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-pro
Ctrl+K
Ctrl+K
  • 6 contributors
History: 4 commits
bpkeene's picture
bpkeene
Add protobufs
66bec0e over 1 year ago
  • distil-whisper_distil-large-v3
    Add protobufs over 1 year ago
  • distil-whisper_distil-large-v3_turbo
    Add protobufs over 1 year ago
  • openai_whisper-base.en
    Add protobufs over 1 year ago
  • openai_whisper-base
    Add protobufs over 1 year ago
  • openai_whisper-large-v3-v20240930
    Add protobufs over 1 year ago
  • openai_whisper-large-v3-v20240930_turbo
    Add protobufs over 1 year ago
  • openai_whisper-small.en
    Add protobufs over 1 year ago
  • openai_whisper-small
    Add protobufs over 1 year ago
  • openai_whisper-tiny.en
    Add protobufs over 1 year ago
  • openai_whisper-tiny
    Add protobufs over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • .gitignore
    10 Bytes
    initial commit over 1 year ago
  • LICENSE_NOTICE.txt
    307 Bytes
    initial commit over 1 year ago
  • README.md
    822 Bytes
    Update README.md over 1 year ago
  • config.json
    3.56 kB
    initial commit over 1 year ago