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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    gokogoko

  • preprocessed Data

    • preprocessed_img shape:100*120*1

  from screen shoot, so it's look bigger

  • Network-structure

  • accuracy

  after training, the accuracy is 95%+, managing to identify complex captchas, as below:

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,

sharing code is: oacx,enjoy!

contact

If any question, you can contact me: jeffery_cpu@163.cm

last-update:2019/01/06

About

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

License:MIT License


Languages

Language:Python 100.0%