Hacker News new | ask | show | jobs
Captcha-Solver AI LOL (github.com)
1 points by vkaufmann 107 days ago
1 comments

Neural net CAPTCHA solver. MobileNetV2 + OpenCV. Built for the hell of it.

Takes a reCAPTCHA image grid, splits it into cells, classifies each cell with a MobileNetV2 ImageNet classifier, and tells you which ones match the prompt. Also works live on Playwright pages.

LOL

https://github.com/VincentKaufmann/captcha-solver-ai

Work in progress, its getting way better in the next release