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

mickekringai
/
kb-whisper-coreml

Automatic Speech Recognition
WhisperKit
Swedish
audio
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community

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

  • Libraries
  • WhisperKit

    How to use mickekringai/kb-whisper-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
kb-whisper-coreml
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
mickekring's picture
mickekring
Update README.md
ab319c3 verified 9 months ago
  • base
    Add base/TextDecoder.mlmodelc 9 months ago
  • large
    Add large/TextDecoder.mlmodelc 9 months ago
  • medium
    Add medium/TextDecoder.mlmodelc 9 months ago
  • small
    Add small/TextDecoder.mlmodelc 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    733 Bytes
    Update README.md 9 months ago
  • config.json
    1.47 kB
    Update config.json 9 months ago