modified: README-zh.md

modified:   README.md
This commit is contained in:
ZYSzys 2018-03-19 20:21:08 +08:00
parent 32c07584e1
commit 380453e9fb
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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