captcha-break
Captcha solver
An open-source project that uses computer vision and machine learning to automatically solve CAPTCHAs from various websites.
captcha break based on opencv2, tesseract-ocr and some machine learning algorithm.
725 stars
39 watching
221 forks
Language: C++
last commit: about 6 years ago
Linked from 1 awesome list
captchacaptcha-breakcaptcha-solvingmachine-learningopencv
Related projects:
Repository | Description | Stars |
---|---|---|
cos120/captcha_crack | A system for solving opt-in CAPTCHAs by detecting text within images and classifying it using a trained model. | 653 |
arunpatala/captcha | An implementation of CAPTCHA systems using neural networks and deep learning techniques | 181 |
lllcho/captcha-breaking | A test suite for breaking CAPTCHA images using machine learning and computer vision techniques. | 224 |
lorien/captcha_solver | A universal API to interact with various CAPTCHA solving services | 244 |
trekjs/captcha | A pure JavaScript solution for generating and validating image-based CAPTCHAs without relying on specific libraries or frameworks. | 466 |
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 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 189 |
0b01/simgan-captcha | Automated solution of CAPTCHA images using simulated unsupervised learning and Generative Adversarial Networks (GANs) | 434 |
webspiderutils/verification_code | A comprehensive collection of tools and techniques for breaking and recognizing various types of CAPTCHAs used in online services | 1,049 |
chxj1992/slide_captcha_cracker | A project that uses image processing techniques to locate a sliding captcha puzzle within a background image. | 142 |
zhengwh/captcha-svm | Automated solution to recognize simple CAPTCHAs using support vector machines | 206 |
desirepath41/visualcaptcha | A configurable captcha solution focused on accessibility and simplicity while maintaining security, with support for multiple languages and frameworks. | 407 |
jackonyang/captcha-tensorflow | A project demonstrating image classification using Convolutional Neural Networks (CNNs) to solve captchas | 998 |
patricklib/captcha_recognize | A Python library for training and recognizing image-based captchas using TensorFlow without requiring image segmentation. | 558 |
lepture/captcha | A library that generates visual and audio challenges to prevent automated access | 1,023 |