1. 环境介绍
| CPU | GPU | 内存 | 系统 | Python |
|---|---|---|---|---|
| 16核心 | 英伟达RTX 4090 24GB显存 | 120GB | Ubuntu 22.04 | 3.8 |
2. 部署详细过程
首先拉取源代码
git clone https://github.com/modelscope/ClearerVoice-Studio.git
然后创建python虚拟环境
conda create -n ai python=3.8
激活这个新创建的环境
conda activate ai
最后安装python依赖
pip install -r requestments.txt
使用上的这个requestments.txt安装的依赖会缺少一些依赖,还需要安装下面的依赖。
pip install streamlit silero_vad
3. 启动项目
经过上面的部署,现在已经安装完成了依赖,切换路径到clearvoice目录中,然后执行下面的命令启动。
streamlit run streamlit_app.py --server.port 6006
4. 其它
不会部署的同学,可以有偿进行部署,微信lukeewin01,一定要记得备注来意,否则不给通过。
Q.E.D.


