funasr read.me
This commit is contained in:
parent
f0e6d7c5bf
commit
91c0768fe9
|
@ -3,8 +3,22 @@
|
|||
conda create -n funasr
|
||||
conda activate funasr
|
||||
安装依赖库
|
||||
pip install torch
|
||||
pip install modelscope
|
||||
pip install testresources
|
||||
pip install websockets
|
||||
pip install torchaudio
|
||||
pip install FunASR
|
||||
pip install pyaudio
|
||||
|
||||
|
||||
python funasr_wss_server.py --port 10095
|
||||
或者
|
||||
python funasr_wss_server.py --host "0.0.0.0" --port 10197 --ngpu 0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
https://github.com/alibaba-damo-academy/FunASR
|
||||
https://zhuanlan.zhihu.com/p/649935170
|
||||
|
|
Loading…
Reference in New Issue