Skip to content

ninkle/captcha-breaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

captcha-breaking

Model

AlexNet (https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf) implementation in Tensorflow. Model will be trained on a downsampled (64x64) version of Imagenet.

CAPTCHAs

This project will iterate through the Google reCaptcha dataset (https://www.cs.columbia.edu/~suphannee/captcha/datasets/recapt_offline.tar.gz) which contains 700 CAPTCHA challenges (7,000 images) collected from Google reCaptcha version 1.0 (early - mid 2015). One challenge contains 10 images i.e., one example image and nine candidate images, and instruction text for human. For each CAPTCHA, the model will return the indices of the matching candidate images.

Example

About

Alexnet Implementation for CAPTCHA breaking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published