File size: 501 Bytes
5121790 1d58b8f 3ace62f 1d58b8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: mit
---
# Introduction
This repo shows how to run [Paraformer](https://arxiv.org/abs/2206.08317)
with onnxruntime in Python.
`model.onnx` is converted from
https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch
# Usage
```bash
git lfs install
git clone https://huggingface.co/csukuangfj/paraformer-onnxruntime-python-example
cd paraformer-onnxruntime-python-example
pip install -r ./requirements.txt
./test-paraformer-onnx.py
```
|