Add Python binding for online punctuation models (#1312)

This commit is contained in:
Lim Yao Chong
2024-09-09 10:26:53 +08:00
committed by GitHub
parent 857cb5075c
commit 3bffc24d64
8 changed files with 133 additions and 0 deletions

View File

@@ -91,6 +91,18 @@ python3 ./python-api-examples/add-punctuation.py
rm -rf $repo
log "test online punctuation"
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/punctuation-models/sherpa-onnx-online-punct-en-2024-08-06.tar.bz2
tar xvf sherpa-onnx-online-punct-en-2024-08-06.tar.bz2
rm sherpa-onnx-online-punct-en-2024-08-06.tar.bz2
repo=sherpa-onnx-online-punct-en-2024-08-06
ls -lh $repo
python3 ./python-api-examples/add-punctuation-online.py
rm -rf $repo
log "test audio tagging"
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/audio-tagging-models/sherpa-onnx-zipformer-audio-tagging-2024-04-09.tar.bz2