kcode-speech-classification 0.1.2

Typed open-set speaker classification with SQLite-backed training and in-process Ktool support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kcode-speech-classification"
version = "0.1.2"
edition = "2024"
license = "MIT"
description = "Typed open-set speaker classification with SQLite-backed training and in-process Ktool support."

[dependencies]
rusqlite = { version = "0.40.0", features = ["bundled"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"

[lints.rust]
unsafe_code = "deny"