Create .gitattributes
[StreetSigns-et-al.-reCaptcha-solver.git] / readme.md
blob1ee6e11ee182b9225457ff035921580d6e3c882c
1 # StreetSigns-et-al.-reCaptcha-solver
2 A machine learning exercise to solve certain road based images on the no javascripts recaptcha. Contains a data aquisition folder, data processing and a data usage folder. Done in Python, PHP and Typescript.<br/>
3 Method uses a personally built 3 layer CNN to solve no-javascript captchas with a 1 in 10 success rate. Not perfect, but given enough IPs a person could get around this.
6 Google has since taken messures to make my method less useful and most websites don't enable javascript captcha.\
7 Data usage is hidden anyways so random people can't rework an easy captcha solver.\
8 Documentation files for server component in php, client in ts and learning in py are outdated.