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

  • Log In
  • Sign Up

argmaxinc
/
speakerkit-coreml

Automatic Speech Recognition
WhisperKit
Core ML
speakerkit
pyannote
diarization
speaker-diarization
whisper
asr
quantized
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • WhisperKit

    How to use argmaxinc/speakerkit-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
speakerkit-coreml
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
arda-argmax's picture
arda-argmax
Remove Argmax proprietary license notices (#1)
86ec9c9 about 1 hour ago
  • speaker_clusterer
    Upload SpeakerKit CoreML models about 2 months ago
  • speaker_embedder
    Upload SpeakerKit CoreML models about 2 months ago
  • speaker_segmenter
    Remove Argmax proprietary license notices (#1) about 1 hour ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    545 Bytes
    Update README.md 29 days ago