1、paddlespeech asr语音转录文字
参考:
https://github.com/PaddlePaddle/PaddleSpeech
安装后运行可能会numpy相关报错;可能是python和numpy版本高的问题,我这里最终解决是python 3.10 numpy 1.22.0;
pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
pip install paddlespeech
1)代码
模型默认下载保存位置:C:\Users\loong.paddlespeech\models下
from paddlespeech.cli.asr.infer import ASRExecutor
asr = ASRExecutor()
result = asr(audio_file="zh.wav") ##第一次运行会首先下载自动模型
print(result)
###标点恢复
!paddlespeech text --task