aufklarer/FireRedVAD-CoreML

🤗 Hugging Face sourcevoice-activity-detectionmit1 MBother✓ 5 checksumsupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo aufklarer/FireRedVAD-CoreML ./model-folder
Needs a seeder →

FireRedVAD — CoreML

CoreML conversion of FireRedVAD for voice activity detection on Apple Neural Engine. Supports 100+ languages with high accuracy (99.1% F1 on FLEURS).

Files

File Description
fireredvad.mlmodelc VAD model (CoreML compiled)
fireredvad.mlpackage VAD model (CoreML package)
cmvn.json Feature normalization statistics
config.json Model configuration

Usage

Used by speech-swift SpeechVAD module:

let vad = try await FireRedVADModel.fromPretrained()
let segments = vad.detectSpeech(audio: samples, sampleRate: 16000)