sagaracharya 89b0f547cd added demo link for gaptcha | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
images | %!s(int64=4) %!d(string=hai) anos | |
vanillajs | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
gaptcha.html | %!s(int64=4) %!d(string=hai) anos | |
jquery-ui.min.css | %!s(int64=4) %!d(string=hai) anos | |
jquery-ui.min.js | %!s(int64=4) %!d(string=hai) anos | |
jquery.min.js | %!s(int64=4) %!d(string=hai) anos |
A GNU spirited Libre Captcha
Dependencies : JQuery, JQuery-UI
Logic : There are 2 things which pose difficulties for bots. Number of actions available, only 4 here yet and the context of the question.
Demonstration at : [https://caissalover.github.io/gaptcha]
User Guide :
Troubleshooting :
Contributing :
Guide to framing the question:
The question must be something contextual like "Drag the actor of movie Titanic to the box". This makes things difficult 2-fold for a bot. First, finding the actor, recognizing the image("always keep colored images") and dragging the respective image to the box.
Guide to selecting images:
Image classification is almost a solved task. Due to this, one should prevent having only a single image with high similarity to the words in question.
Future Goals: