update readme
This commit is contained in:
parent
3ab613de8c
commit
82d4ea272c
|
@ -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 数据集
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue