kcode-speaker-system 0.2.0

Small in-process speaker classifier with identify, train, and delete operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kcode-speaker-system"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Small in-process speaker classifier with identify, train, and delete operations"

[dependencies]
kcode-speaker-types = "0.2.0"
kcode-speaker-model = "0.2.1"
rusqlite = { version = "0.40", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"