Free and open source CAPTCHA.
- basic interface for requesting CAPTCHAs and verifying responses to them
- most of the backend and database infrastructure in place
- partly completed minimal working example with sample data
- missing server to server authentication
- missing bigger backend-frontend separation
- missing automatic frontend generation
> set FLASK_APP=checkcaptcha
> set FLASK_ENV=development
> flask init-db
> flask run
$ export FLASK_APP=checkcaptcha
$ export FLASK_ENV=development
$ flask init-db
$ flask run
Original prototype made by Matěj Latka, David Mašek, Tomáš Koranda, Kristýna Klesnilová and Karolína Lhotská during HackFit hackaton.