Go to file
2026-09-15 13:50:17 +07:00
core First commit 2026-09-15 13:50:17 +07:00
.gitignore First commit 2026-09-15 13:50:17 +07:00
README.md First commit 2026-09-15 13:50:17 +07:00
requirements.txt First commit 2026-09-15 13:50:17 +07:00
stt_runner.py First commit 2026-09-15 13:50:17 +07:00

STT Runner

Speech-to-Text transcription using sherpa-onnx + Qwen3-ASR.

Installation

python3 -m venv .venv
.venv/bin/pip install -r requirements.txt

Usage

python stt_runner.py \
    --conv-frontend=path/conv_frontend.onnx \
    --encoder=path/encoder.onnx \
    --decoder=path/decoder.onnx \
    --tokenizer=path/tokenizer \
    audio1.wav audio2.wav ...