bakape / captchouli

booru-backed procedurally-generated anime image captcha library and server
GNU Affero General Public License v3.0
162 stars 4 forks source link

Create adversarial net to bot-test the captcha #13

Open bakape opened 6 years ago

bakape commented 6 years ago

assuming that you have a large corpus of (image, character name) data, you should be able to plug that into an off-the-shelf ML lib and get a model that solves the current captchas. from there, apply filters to the images, retrain your solver, and repeat until you can no longer train the solver with decent accuracy.