diff --git a/funasr/readme.md b/funasr/readme.md index 2d4aca2..0b3292e 100644 --- a/funasr/readme.md +++ b/funasr/readme.md @@ -1,3 +1,10 @@ 1、启动语言识别服务端 +创建虚拟环境 +conda create -n funasr +conda activate funasr +安装依赖库 + +python funasr_wss_server.py --port 10095 +或者 python funasr_wss_server.py --host "0.0.0.0" --port 10197 --ngpu 0 diff --git a/html/readme.md b/html/readme.md new file mode 100644 index 0000000..7edded7 --- /dev/null +++ b/html/readme.md @@ -0,0 +1 @@ +在浏览器中打开 samples/html/static/index.html,输入ASR服务器地址,支持麦克风输入,也支持文件输入 \ No newline at end of file diff --git a/html/static/echo.html b/html/static/echo.html index 44eed2e..6abef57 100644 --- a/html/static/echo.html +++ b/html/static/echo.html @@ -17,7 +17,7 @@
input text
- +