livetalking/funasr/readme.md

25 lines
473 B
Markdown
Raw Normal View History

2024-04-13 17:12:23 +08:00
1、启动语言识别服务端
2024-04-13 19:11:50 +08:00
创建虚拟环境
conda create -n funasr
conda activate funasr
安装依赖库
2024-04-14 17:56:18 +08:00
pip install torch
pip install modelscope
pip install testresources
pip install websockets
pip install torchaudio
pip install FunASR
pip install pyaudio
2024-04-13 19:11:50 +08:00
python funasr_wss_server.py --port 10095
或者
2024-04-13 17:12:23 +08:00
python funasr_wss_server.py --host "0.0.0.0" --port 10197 --ngpu 0
2024-04-14 17:56:18 +08:00
https://github.com/alibaba-damo-academy/FunASR
https://zhuanlan.zhihu.com/p/649935170