doc: 更新README文档

This commit is contained in:
nl 2021-12-09 21:24:23 +08:00
parent f2727be430
commit 68171bbcb6
2 changed files with 15 additions and 16 deletions

View File

@ -9,14 +9,14 @@ ASRT是一个基于深度学习的中文语音识别系统如果您觉得喜
[**ASRT项目主页**](https://asrt.ailemon.net/) |
[**发布版下载**](https://asrt.ailemon.net/download) |
[**查看本项目的Wiki文档**](https://asrt.ailemon.net/docs/) |
[**查看本项目的Wiki文档**](https://wiki.ailemon.net/docs/asrt-doc) |
[**实用效果体验Demo**](https://asrt.ailemon.net/demo) |
[**打赏作者**](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/donate)
[**打赏作者**](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deo9u61unti9)
如果程序运行期间或使用中有什么问题可以及时在issue中提出来我将尽快做出答复。本项目作者交流QQ群**894112051**
提问前请仔细查看[项目文档](https://asrt.ailemon.net/docs/)、
[常见问题](https://asrt.ailemon.net/docs/issues)
[FAQ常见问题](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deoeud494h4f)
以及[Issues](https://github.com/nl8590687/ASRT_SpeechRecognition/issues) 避免重复提问
以下问题AI柠檬博主和群友可能会拒绝回答包括但不限于
@ -104,7 +104,7 @@ ASRT API服务器启动请执行
$ python3 asrserver.py
```
请注意开启API服务器之后需要使用本ASRT项目对应的客户端软件来进行语音识别详见Wiki文档[ASRT客户端Demo](https://asrt.ailemon.net/docs/client-demo)。
请注意开启API服务器之后需要使用本ASRT项目对应的客户端软件来进行语音识别详见Wiki文档[下载ASRT语音识别客户端Demo](https://wiki.ailemon.net/docs/asrt-doc/download)。
如果要训练和使用非251版模型请在代码中 `import speech_model_zoo` 的相应位置做修改。
@ -118,7 +118,7 @@ CNN/LSTM/GRU + CTC
* 关于下载已经训练好的模型的问题
已经训练好的模型包含在发布版服务端程序压缩包里面,发布版成品服务端程序可以在此下载:[ASRT下载页面](https://asrt.ailemon.net/download)。
已经训练好的模型包含在发布版服务端程序压缩包里面,发布版成品服务端程序可以在此下载:[ASRT下载页面](https://wiki.ailemon.net/docs/asrt-doc/download)。
Github本仓库下[Releases](https://github.com/nl8590687/ASRT_SpeechRecognition/releases)页面里面还包括各个不同版本的介绍信息每个版本下方的zip压缩包也是包含已经训练好的模型的发布版服务端程序压缩包。
@ -151,7 +151,7 @@ Python的依赖库
$ pip install -r requirements.txt
```
[程序运行依赖环境详细说明](https://asrt.ailemon.net/docs/dependent-environment)
[依赖环境和性能配置要求](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deobk7bmlgd6)
## Data Sets 数据集
@ -231,7 +231,6 @@ $ pip install -r requirements.txt
## Contributors 贡献者们
[@zw76859420](https://github.com/zw76859420)
@madeirak @ZJUGuoShuai @williamchenwl
[贡献者页面](https://github.com/nl8590687/ASRT_SpeechRecognition/graphs/contributors)
@nl8590687 (repo owner)

View File

@ -8,13 +8,13 @@
[**ASRT Project Home Page**](https://asrt.ailemon.net/) |
[**Released Download**](https://asrt.ailemon.net/download) |
[**View this project's wiki document (Chinese)**](https://asrt.ailemon.net/docs/) |
[**View this project's wiki document (Chinese)**](https://wiki.ailemon.net/docs/asrt-doc) |
[**Experience Demo**](https://asrt.ailemon.net/demo) |
[**Donate**](https://github.com/nl8590687/ASRT_SpeechRecognition/wiki/donate)
[**Donate**](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deo9u61unti9)
If you have any questions in your works with this project, welcome to put up issues in this repo and I will response as soon as possible.
You can check the [FAQ Page (Chinese)](https://asrt.ailemon.net/docs/issues) first before asking questions to avoid repeating questions.
You can check the [FAQ Page (Chinese)](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deoeud494h4f) first before asking questions to avoid repeating questions.
A post about ASRT's introduction
* [ASRT: Chinese Speech Recognition System (Chinese)](https://blog.ailemon.net/2018/08/29/asrt-a-chinese-speech-recognition-system/)
@ -83,7 +83,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://asrt.ailemon.net/docs/client-demo).
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 to [download ASRT Client Demo](https://wiki.ailemon.net/docs/asrt-doc/download).
If you want to train and use other model(not Model 251), make changes in the corresponding position of the `import speech_model_zoo` in the code files.
@ -101,7 +101,7 @@ The maximum length of the input audio is 16 seconds, and the output is the corre
* Questions about downloading trained models
The released finished software that includes trained model weights can be downloaded from [ASRT download page](https://asrt.ailemon.net/download).
The released finished software that includes trained model weights can be downloaded from [ASRT download page](https://wiki.ailemon.net/docs/asrt-doc/download).
Github [Releases](https://github.com/nl8590687/ASRT_SpeechRecognition/releases) page includes the archives of the various versions of the software released and it's introduction. Under each version module, there is a zip file that includes trained model weights files.
@ -133,7 +133,7 @@ If you have trouble when install those packages, please run the following script
$ pip install -r requirements.txt
```
[Dependent Environment Details](https://asrt.ailemon.net/docs/dependent-environment)
[Dependent Environment Details and Hardware Requirement](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deobk7bmlgd6)
## Data Sets
@ -201,7 +201,7 @@ If the provided dataset link cannot be opened and downloaded, click this link [O
[GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687) Author: [ailemon](https://www.ailemon.net/)
## Contributors
[@zw76859420](https://github.com/zw76859420)
@madeirak @ZJUGuoShuai @williamchenwl
[Contributors Page](https://github.com/nl8590687/ASRT_SpeechRecognition/graphs/contributors)
@nl8590687 (repo owner)