simple-captcha-solver
Captcha matcher
A CAPTCHA solver that extracts and matches text from an image by calculating pixel differences between the input image and pre-computed letter masks.
simple CAPTCHA solver in python
556 stars
32 watching
140 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
captcha-solverpython
Related projects:
Repository | Description | Stars |
---|---|---|
lorien/captcha_solver | A universal API to interact with various CAPTCHA solving services | 243 |
cos120/captcha_crack | A system for solving opt-in CAPTCHAs by detecting text within images and classifying it using a trained model. | 653 |
trekjs/captcha | A pure JavaScript solution for generating and validating image-based CAPTCHAs without relying on specific libraries or frameworks. | 467 |
arunpatala/captcha | An implementation of CAPTCHA systems using neural networks and deep learning techniques | 181 |
nladuo/captcha-break | An open-source project that uses computer vision and machine learning to automatically solve CAPTCHAs from various websites. | 726 |
mbi/django-simple-captcha | Adds captchas to forms in web applications | 1,383 |
tpkahlon/captcha-image | A library to generate images with distorted text and background patterns for security purposes. | 8 |
patricklib/captcha_recognize | A Python library for training and recognizing image-based captchas using TensorFlow without requiring image segmentation. | 556 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |
0b01/simgan-captcha | Automated solution of CAPTCHA images using simulated unsupervised learning and Generative Adversarial Networks (GANs) | 434 |
chxj1992/slide_captcha_cracker | A project that uses image processing techniques to locate a sliding captcha puzzle within a background image. | 141 |
zhengwh/captcha-svm | Automated solution to recognize simple CAPTCHAs using support vector machines | 206 |
masroorejaz/react-simple-captcha | A ReactJS component that generates and validates simple captchas. | 41 |
dissectmalware/pysamesame | A Python tool for manipulating Unicode characters with similar visual representations. | 23 |
lepture/captcha | A library that generates visual and audio challenges to prevent automated access | 1,014 |