[package]
name = "kcode-speaker-model"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Deterministic cohort-scoped speaker model fitting and identification for Kennedy"
[dependencies]
kcode-speaker-types = "=0.1.1"
kcode-diag-gmm = "=0.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["float_roundtrip"] }
sha2 = "0.10"