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

  • Log In
  • Sign Up

argmaxinc
/
speakerkit-pro

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

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

  • Libraries
  • WhisperKit

    How to use argmaxinc/speakerkit-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
speakerkit-pro
74.5 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
EduardoPacheco's picture
EduardoPacheco
PldaProjector Core ML Model for pyannote-v4
7998500 verified 8 months ago
  • speaker_clusterer
    PldaProjector Core ML Model for pyannote-v4 8 months ago
  • speaker_embedder
    Update pyannote-v3-pro speaker_embedder (#2) about 1 year ago
  • speaker_segmenter
    Update pyannote-v3-pro W8A16 speaker_segmenter (#3) about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • .gitignore
    10 Bytes
    SpeakerKit Pro v1 over 1 year ago
  • LICENSE_NOTICE.txt
    307 Bytes
    SpeakerKit Pro v1 over 1 year ago
  • README.md
    1.21 kB
    Update README.md about 1 year ago