sagaracharya 89b0f547cd added demo link for gaptcha | 4 gadi atpakaļ | |
---|---|---|
images | 4 gadi atpakaļ | |
vanillajs | 4 gadi atpakaļ | |
LICENSE | 4 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
gaptcha.html | 4 gadi atpakaļ | |
jquery-ui.min.css | 4 gadi atpakaļ | |
jquery-ui.min.js | 4 gadi atpakaļ | |
jquery.min.js | 4 gadi atpakaļ |
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: