语音识别搭建

2024-01-23 15:55:05
/
0 点赞
/
81 阅读
2024-01-23

环境搭建

python3.10

安装gcc

apt-get install gcc
1

安装paddlepaddle-gpu==2.5.1

conda install paddlepaddle-gpu==2.5.1 cudatoolkit=11.7 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ -c conda-forge
1

安装ppasr

python -m pip install ppasr -U -i https://pypi.tuna.tsinghua.edu.cn/simple
1

克隆代码

https://github.com/yeyupiaoling/PPASR.git
1

源码安装

git clone https://github.com/yeyupiaoling/PPASR.git
cd PPASR
pip install . -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple 
pip install aiofiles uvicorn fastapi colorlog
1
2
3
4

参考

项目:https://github.com/yeyupiaoling/PPASR/blob/release/2.4.x/docs/install.md

版权属于:

那棵树看起来生气了

本文链接:

https://dengyb.com/archives/16.html(转载时请注明本文出处及文章链接)