diff --git a/README.md b/README.md
index be19905..e187cf5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
**ReadMe Language** | 中文版 | [English](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README_EN.md) |
-[**查看本项目的Wiki文档**](https://asrt.ailemon.me/docs/)
+[**ASRT项目主页**](https://asrt.ailemon.me/) | [**发布版下载**](https://asrt.ailemon.me/download) | [**查看本项目的Wiki文档**](https://asrt.ailemon.me/docs/) | [**实用效果体验Demo**](https://asrt.ailemon.me/demo)
如果程序运行期间或使用中有什么问题,可以及时在issue中提出来,我将尽快做出答复。本项目作者交流QQ群:**867888133**
@@ -17,6 +17,10 @@
ASRT的原理请查看本文:
* [ASRT:一个中文语音识别系统](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
+ASRT训练和部署教程请看:
+* [教你如何使用ASRT训练中文语音识别模型]()
+* [教你如何使用ASRT部署中文语音识别API服务器]()
+
关于经常被问到的统计语言模型原理的问题,请看:
* [统计语言模型:从中文拼音到文本](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)
diff --git a/README_EN.md b/README_EN.md
index 88efb42..d9a8cc1 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -7,7 +7,7 @@
**ReadMe Language** | [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README.md) | English |
-[**View this project's wiki document (Chinese)**](https://asrt.ailemon.me/docs/)
+[**ASRT Project Home Page**](https://asrt.ailemon.me/) | [**Released Download**](https://asrt.ailemon.me/download) | [**View this project's wiki document (Chinese)**](https://asrt.ailemon.me/docs/) | [**Experience Demo**](https://asrt.ailemon.me/demo)
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.
@@ -16,6 +16,10 @@ You can check the [FAQ Page (Chinese)](https://asrt.ailemon.me/docs/issues) firs
A post about ASRT's introduction
* [ASRT: Chinese Speech Recognition System (Chinese)](https://blog.ailemon.me/2018/08/29/asrt-a-chinese-speech-recognition-system/)
+About how to use ASRT to train and deploy:
+* [Teach you how to use ASRT to train Chinese ASR model (Chinese)]()
+* [Teach you how to use ASRT to deploy Chinese ASR API Server (Chinese)]()
+
For questions about the principles of the statistical language model that are often asked, see:
* [Simple word frequency statistics without Chinese word segmentation algorithm (Chinese)](https://blog.ailemon.me/2017/02/20/simple-words-frequency-statistic-without-segmentation-algorithm/)
* [Statistical Language Model: Chinese Pinyin to Words (Chinese)](https://blog.ailemon.me/2017/04/27/statistical-language-model-chinese-pinyin-to-words/)