From 380453e9fb814a194e409428496205a7a2d47476 Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Mon, 19 Mar 2018 20:21:08 +0800 Subject: [PATCH] modified: README-zh.md modified: README.md --- README-zh.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index bb7f60f..cee4bbf 100644 --- a/README-zh.md +++ b/README-zh.md @@ -52,6 +52,7 @@ - [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) ### Chinese +- [chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - 手写中文识别。 - [cnn_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - CNN在线识别手写中文。 - [Chinese-Character-Recognition](https://github.com/soloice/Chinese-Character-Recognition) - 使用CNN进行中文识别。 @@ -61,7 +62,7 @@ - [MotionCAPTCHA](https://github.com/wjcrowcroft/MotionCAPTCHA) - MotionCAPTCHA jQuery Plugin - Stop Spam, Draw Shapes. - [negative-captcha](https://github.com/subwindow/negative-captcha) - A plugin to make the process of creating a negative captcha in Rails much less painful. - [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - An extremely simple, yet highly customizable Django application to add captcha images to any Django form. -- [securimage](https://github.com/dapphp/securimage) - PHP CAPTCHA Script. +- [securimage](https://github.com/dapphp/securimage) - PHP验证码脚本。 ## Other diff --git a/README.md b/README.md index 1d90e57..8ba7c8f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ - [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) ### Chinese -- [cnn_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - CNN在线识别手写中文。 +- [chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - handwritten chinese recognition. +- [cnn_handwritten_chinese_recognition](https://github.com/taosir/cnn_handwritten_chinese_recognition) - As the name shows, handwritten_chinese_recognition with cnn. - [Chinese-Character-Recognition](https://github.com/soloice/Chinese-Character-Recognition) - This project shows how to use CNN to perform Chinese character recognition, a much more complicated task compared to MNIST digit recognition. ## Tools