From 91c0768fe978e55350f8a73b68d370b6ef8ef6db Mon Sep 17 00:00:00 2001 From: "yanyuxiyangzk@126.com" Date: Sun, 14 Apr 2024 17:56:18 +0800 Subject: [PATCH] funasr read.me --- funasr/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/funasr/readme.md b/funasr/readme.md index 0b3292e..c29cf02 100644 --- a/funasr/readme.md +++ b/funasr/readme.md @@ -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