From 82d4ea272c262bf0fa42deb2ef76a74026516360 Mon Sep 17 00:00:00 2001 From: nl <3210346136@qq.com> Date: Thu, 21 May 2020 21:02:32 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- README_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5711a1..4ff8684 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ ASRT API服务器启动请执行: $ python3 asrserver.py ``` -请注意,开启API服务器之后,需要使用本ASRT项目对应的客户端软件来进行语音识别,详见Wiki文档[ASRT客户端Demo](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/ClientDemo)。 +请注意,开启API服务器之后,需要使用本ASRT项目对应的客户端软件来进行语音识别,详见Wiki文档[ASRT客户端Demo](https://asrt.ailemon.me/docs/client-demo)。 如果要训练和使用模型251,请在代码中 `import SpeechModel` 的相应位置做修改。 @@ -124,7 +124,7 @@ Python的依赖库 * http * urllib -[程序运行依赖环境详细说明](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/Dependent-Environment) +[程序运行依赖环境详细说明](https://asrt.ailemon.me/docs/dependent-environment) ## Data Sets 数据集 diff --git a/README_EN.md b/README_EN.md index b104f55..2c4e46b 100644 --- a/README_EN.md +++ b/README_EN.md @@ -76,7 +76,7 @@ ASRT API Server startup please execute: $ python3 asrserver.py ``` -Please note that after opening the API server, you need to use the client software corresponding to this ASRT project for voice recognition. For details, see the Wiki documentation [ASRT Client Demo](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/ClientDemo). +Please note that after opening the API server, you need to use the client software corresponding to this ASRT project for voice recognition. For details, see the Wiki documentation [ASRT Client Demo](https://asrt.ailemon.me/docs/client-demo). If you want to train and use Model 251, make changes in the corresponding position of the `import SpeechModel` in the code files. @@ -124,7 +124,7 @@ However, as the current international and domestic teams can achieve 98%, the ac * http * urllib -[Dependent Environment Details](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/Dependent-Environment) +[Dependent Environment Details](https://asrt.ailemon.me/docs/dependent-environment) ## Data Sets