sknepal / decoding_CAPTCHA

Breaking a simple text based CAPTCHA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A simple approach to breaking a weak text based CAPTCHA using Image Processing and Neural Network. For more details, read the blog post.

Requirements

  • Python 2.7
  • Ipython notebook
  • Pillow
  • Scipy
  • Numpy
  • Dill
  • Pytesseract
  • Selenium
  • Pandas

About

Breaking a simple text based CAPTCHA


Languages

Language:Jupyter Notebook 80.6%Language:Python 19.4%