ai-experiment/README.md
2026-09-15 13:50:17 +07:00

392 B

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 ...