CaptchaSolver
based on https://medium.com/@ageitgey/how-to-break-a-captcha-system-in-15-minutes-with-machine-learning-dbebb035a710 by https://github.com/ageitgey
Install / Use
/learn @BenjaminWegener/CaptchaSolverREADME
CaptchaSolver Jupyter Notebook
based on https://medium.com/@ageitgey/how-to-break-a-captcha-system-in-15-minutes-with-machine-learning-dbebb035a710 by https://github.com/ageitgey
Before you get started
To run these scripts, you need the following installed:
- Python 3
- OpenCV 3 w/ Python extensions
- I highly recommend these OpenCV installation guides: https://www.pyimagesearch.com/opencv-tutorials-resources-guides/
- The python libraries listed in requirements.txt
- Try running "pip3 install -r requirements.txt"
Step 1: Extract single letters from CAPTCHA images
Run:
python3 extract_single_letters_from_captchas.py
The results will be stored in the "extracted_letter_images" folder.
Step 2: Train the neural network to recognize single letters
Run:
python3 train_model.py
This will write out "captcha_model.hdf5" and "model_labels.dat"
Step 3: Use the model to solve CAPTCHAs!
Run:
python3 solve_captchas_with_model.py
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
