From 212ce5a986ca5c56ff181477a89c27e3dc39470e Mon Sep 17 00:00:00 2001 From: ZYSzys <17367077526@163.com> Date: Fri, 22 Feb 2019 15:01:34 +0800 Subject: [PATCH] Add kerlomz/captcha_trainer --- .gitignore | 1 + README-zh.md | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cecf7d..eee8c44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ */.DS_Store node_modules package-lock.json +yarn.lock diff --git a/README-zh.md b/README-zh.md index bb7a00e..5e9bfd1 100644 --- a/README-zh.md +++ b/README-zh.md @@ -57,6 +57,7 @@ - [Simple-railway-captcha-solver](https://github.com/JasonLiTW/simple-railway-captcha-solver#english-version) - 實作基於CNN的台鐵訂票驗證碼辨識以及驗證性高的訓練集產生器. - [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) - [dessant/buster](https://github.com/dessant/buster) - Captcha solver extension for humans and monsters. +- [kerlomz/captcha_trainer](https://github.com/kerlomz/captcha_trainer) - [验证码识别-训练] Based on CNN5/DenseNet+BLSTM/LSTM+CTC to realize verification code identification. Only for training the model. ### Chinese - [Chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - 手写中文识别。 diff --git a/README.md b/README.md index 02b4c3b..0370511 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ - [lllcho/CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking) - Breaking the captcha. - [ecthros/uncaptcha](https://github.com/ecthros/uncaptcha) - Defeating Google's audio reCaptcha with 85% accuracy. - [dessant/buster](https://github.com/dessant/buster) - Captcha solver extension for humans and monsters. - +- [kerlomz/captcha_trainer](https://github.com/kerlomz/captcha_trainer) - Based on CNN5/DenseNet+BLSTM/LSTM+CTC to realize verification code identification. Only for training the model. ### Chinese - [burness/chinese_hand_write_rec](https://github.com/burness/tensorflow-101/tree/master/chinese_hand_write_rec/src) - Handwritten chinese recognition.