https://github.com/aadityatamrakar/captcha_ai
ML program to decode text from captcha images.
https://github.com/aadityatamrakar/captcha_ai
matplotlib python scikit-learn sklearn
Last synced: 2 months ago
JSON representation
ML program to decode text from captcha images.
- Host: GitHub
- URL: https://github.com/aadityatamrakar/captcha_ai
- Owner: aadityatamrakar
- Created: 2018-01-16T20:58:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T04:39:48.000Z (over 4 years ago)
- Last Synced: 2025-03-20T02:16:21.613Z (about 1 year ago)
- Topics: matplotlib, python, scikit-learn, sklearn
- Language: PHP
- Homepage:
- Size: 6.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Captcha Solver
This is simple captcha solver for a particular type of captchas (Shown below).
Eg.
| |  |
|--|--|
|  |  |
## Demo Video
[](http://www.youtube.com/watch?v=p-GUJ60KYbs "AI Captcha Solver Demo")
## Steps
1. Remove Padding/ Remove Whitespace Area
2.       Break Letter
3.       Rotate Letters
4. Remove Padding and Stretch to Default Size
5. Convert image to pixel data and send for prediction in python.
6. R F K T G F => Result Captcha
**Captcha Solver Accuracy - 99.7 %**