Published January 16, 2025 | Version v1.0.0
Dataset Restricted

Interactive CAPTCHA Benchmark

Authors/Creators

Description

This benchmark contains 26 types of visual CAPTCHAs, totaling 2600 challenges.
 
Each CAPTCHA type is implemented as a modular Flask Blueprint (/apis) that encapsulates its routes, challenges (.json), and static (.html, .css, .js) files. These Blueprints are registered in the main Flask application (/server.py). You can extend the benchmark by adding new CAPTCHA types as Blueprints.
 
See README.md for more details.

Files

Restricted

The record is publicly accessible, but files are restricted. Log in to check if you have access.

Additional details

Software

Programming language
Python