captcha
CAPTCHA solver
An implementation of CAPTCHA systems using neural networks and deep learning techniques
Breaking captchas using torch
181 stars
11 watching
76 forks
Language: Jupyter Notebook
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nladuo/captcha-break | An open-source project that uses computer vision and machine learning to automatically solve CAPTCHAs from various websites. | 726 |
lorien/captcha_solver | A universal API to interact with various CAPTCHA solving services | 243 |
arunpatala/captcha.irctc | A deep learning-based system to recognize handwritten text from images used in ticket booking systems | 212 |
cos120/captcha_crack | A system for solving opt-in CAPTCHAs by detecting text within images and classifying it using a trained model. | 653 |
0b01/simgan-captcha | Automated solution of CAPTCHA images using simulated unsupervised learning and Generative Adversarial Networks (GANs) | 434 |
trekjs/captcha | A pure JavaScript solution for generating and validating image-based CAPTCHAs without relying on specific libraries or frameworks. | 467 |
ptigas/simple-captcha-solver | A CAPTCHA solver that extracts and matches text from an image by calculating pixel differences between the input image and pre-computed letter masks. | 556 |
aaronshan/12306-captcha | Deep learning-based system to recognize and classify 12306 captcha images | 281 |
desirepath41/visualcaptcha | A configurable captcha solution focused on accessibility and simplicity while maintaining security, with support for multiple languages and frameworks. | 407 |
mcaptcha/mcaptcha | A CAPTCHA system with proof-of-work based rate limiting and token-based validation | 1,718 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |
prosopo/captcha | Protects websites from bots and automated abuse by solving a challenge without collecting user data | 48 |
fabianwennink/iconcaptcha-php | A captcha solution designed to be fast and user-friendly, providing an easy alternative to traditional captchas. | 140 |
zhengwh/captcha-svm | Automated solution to recognize simple CAPTCHAs using support vector machines | 206 |
gregwar/captcha | A library for generating and verifying human-based CAPTCHAs to prevent automated access attempts. | 1,730 |