CaptchaCracker: an open source Python library that provides functions to create and apply deep learning models for Captcha Image recognition



Linkedin Badge

한국어 문서

Introduction

CaptchaCracker is an open source Python library that provides functions to create and apply deep learning models for Captcha Image recognition. You can create a deep learning model that recognizes numbers in the Captcha Image as shown below and outputs a string of numbers, or you can try the model yourself.

Input

png

Output

Installation

pip install CaptchaCracker

Dependency