Pascal API for streaming ASR (#1246)

This commit is contained in:
Fangjun Kuang
2024-08-12 19:55:51 +08:00
committed by GitHub
parent 65f1c0fab2
commit 5791b695ea
16 changed files with 1115 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
# Introduction
This folder contains examples about using sherpa-onnx's object pascal
APIs with streaming models for speech recognition.
|File|Description|
|----|-----------|
|[run-paraformer.sh](./run-paraformer.sh)|Use a streaming Paraformer model for speech recognition|
|[run-zipformer-ctc-hlg.sh](./run-zipformer-ctc-hlg.sh)|Use a streaming Zipformer CTC model for speech recognition|
|[run-zipformer-ctc.sh](./run-zipformer-ctc.sh)|Use a streaming Zipformer CTC model with HLG for speech recognition|
|[run-zipformer-transducer.sh](./run-zipformer-transducer.sh)|Use a Zipformer transducer model for speech recognition|