citrinet-rs

Crates.iocitrinet-rs
lib.rscitrinet-rs
version0.1.0
created_at2026-01-16 15:15:16.602608+00
updated_at2026-01-16 15:15:16.602608+00
descriptionMinimal Citrinet speech-to-text inference using ONNX Runtime and kaldi-native-fbank in Rust.
homepagehttps://github.com/RustedBytes/citrinet-rs
repositoryhttps://github.com/RustedBytes/citrinet-rs
max_upload_size
id2048763
size40,595
dev-team (github:iron:dev-team)

documentation

https://docs.rs/citrinet-rs

README

citrinet-rs

Minimal Citrinet inference example in Rust using ONNX Runtime (ort) and kaldi-native-fbank for feature extraction.

Run

cargo run --release -- \
  --model model.onnx \
  --tokens tokens.txt \
  --audio test_wavs/0.wav

Inputs are expected to be mono 16 kHz WAV audio and a token file formatted as symbol index per line (batch size 1). Defaults match the sample paths above.

Commit count: 2

cargo fmt