Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,13 @@ colorFrom: blue
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# ReCAP Agent
|
| 12 |
+
|
| 13 |
+
ReCAP Agent develops models and datasets for **CAPTCHA-capable GUI agents**.
|
| 14 |
+
- **Models**: GUI agents (ReCAP-8B, ReCAP-32B) trained to solve CAPTCHAs with reasoning-action outputs
|
| 15 |
+
- **Datasets**: Dynamic CAPTCHA datasets with diverse interaction types, including reasoning-action traces and self-correction traces.
|
| 16 |
+
|
| 17 |
+
Our goal is to provide resources for training and evaluating GUI agents that can reliably operate in CAPTCHA-gated environments.
|