Git Product home page Git Product logo

captcha-crack's Introduction

captcha-crack

Cracking the silly captchas used on American Airlines' in-flight WiFi payment form.

Here is an example of such a captcha:

Example captcha reading 05366

What I did

I started by using a script to download 350 captcha images. This was easy: there was a single URL that would always return a new captcha. Then, I hand-labeled 50 training images (data/train) and 40 test images (data/test); this took about 15 minutes.

After labeling the 90 images, I used k-nearest neighbors to label the remaining 260 images (data/auto). To get better accuracy, I cheated: I split each captcha up into 40x50 patches and classified each patch separately. Since kNN had 100% accuracy on the test set, I was fairly confident that the automated labels would be correct.

Once I had all the data labeled, I decided to create a more general solution using a convolutional neural network. The architecture I used is fairly simple; it takes in an image, and outputs a batch of logits (one logit vector per digit). This architecture gets nearly perfect training and test loss, even when only using the 50 training samples that I hand-labeled.

captcha-crack's People

Contributors

unixpickle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.