mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2024-10-01 01:05:39 -04:00
Add kerlomz/captcha_trainer
This commit is contained in:
parent
d6401e655d
commit
212ce5a986
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*/.DS_Store
|
||||
node_modules
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
@ -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) - 手写中文识别。
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user