zipformer

Run non-streaming ASR with a Zipformer transducer model on a WAV file.

Source file

rust-api-examples/examples/zipformer.rs

How to run

The recommended way is to use the helper script(s) provided in rust-api-examples because they download or point to the required models and test files automatically when needed.

Helper script(s)

run-zipformer-en.sh

./run-zipformer-en.sh

run-zipformer-zh-en.sh

./run-zipformer-zh-en.sh

run-zipformer-vi.sh

./run-zipformer-vi.sh

Run it directly with Cargo

cargo run --example zipformer -- --help

Notes

  • The repository provides helper scripts for English, bilingual Chinese-English, and Vietnamese models.