Skip to content

Decoding the text-based captcha using CNN by using TensorFlow an open source library , altering the security concerns to online transcations.

Notifications You must be signed in to change notification settings

yashy23/captcha-decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup

This code was tested on the python 3.

Dataset

Using the really sample captcha dataset. Dataset is easily available at the website "htttp://wordpress.org". this dataset has 800,000+ active installations. Source code to the wordpress login is already available. Image are in png format

captcha decoding

Decoding the captcha code using CNN with two convolutional layers and two fully connected layers.

• Designed a Deep Learning CNN architecture network for computer vision that breaks the text-based CAPTCHA’s by using TensorFlow an open-source library for machine learning.

• Used pooling layers to make the model more dynamic and robust.

• The designed and developed model trains with 20% of total feasible data and cracks the current text-based captcha’s with a high accuracy rate of 97.8%, altering the security concerns to online transactions.

About

Decoding the text-based captcha using CNN by using TensorFlow an open source library , altering the security concerns to online transcations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published