--- license: mit --- # Introduction This repo shows how to run [Paraformer](https://arxiv.org/abs/2206.08317) with onnxruntime in Python. # 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 ```