Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferyustc/captcha-identifier
Image Captcha Solving Using TensorFlow and CNN Model,with self-labeling image Dataset crawled from a website,free to download my Dataset for self-learning. accuracy 95%+
https://github.com/jefferyustc/captcha-identifier
captcha-recognition captcha-solver captcha-solving tensorflow-experiments
Last synced: 3 months ago
JSON representation
Image Captcha Solving Using TensorFlow and CNN Model,with self-labeling image Dataset crawled from a website,free to download my Dataset for self-learning. accuracy 95%+
- Host: GitHub
- URL: https://github.com/jefferyustc/captcha-identifier
- Owner: jefferyUstc
- License: mit
- Created: 2018-12-03T02:58:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T21:27:25.000Z (about 2 years ago)
- Last Synced: 2024-09-22T08:02:06.126Z (4 months ago)
- Topics: captcha-recognition, captcha-solver, captcha-solving, tensorflow-experiments
- Language: Python
- Homepage:
- Size: 374 KB
- Stars: 20
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CaptchaIdentifier
Image Captcha Solving Using TensorFlow and CNN Model,with self-labeling image Dataset,free to download my Dataset for self-learning. accuracy 95%+.
Note:this implementation, in some way, is kind of rough, but effective. hope to motivate your inspiration to do better work.
# Description
- original Data
* raw_img shape:100*120
![goko](./img/goko.png)![goko](./img/ijyp.png)
- preprocessed Data
* preprocessed_img shape:100\*120*1
![from screen shoot, so it's look bigger](./img/processed.png)
- Network-structure
![](./img/graph_large_attrs_key=_too_large_attrs&limit_attr_size=1024&run=.png)
- accuracy
![](./img/acc.png)
after training, the accuracy is 95%+, managing to identify complex captchas, as below:
![](./img/sp181204_193553.png)
# DataSet
Happy to contribute the dataSet, images are from a real website, labling by tired eyes and numb hands, so if you think it can do some kind of help, star it. Thank you! download the data by [Baidu Pan](https://pan.baidu.com/s/1iK3D0sDkbM6_u-LKpgs2Yg),
sharing code is: `oacx`,enjoy!
# contact
If any question, you can contact me: [email protected]
last-update:2019/01/06