Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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%+

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