Capycap commited on
Commit
3c97d3c
·
verified ·
1 Parent(s): 59888b7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -45,7 +45,7 @@ By downloading this dataset, you agree to the following:
45
 
46
  2. **No biometric profiling**: Do not use this data to build biometric identification systems, behavioral authentication, surveillance tools, or any system designed to identify or track individuals based on interaction patterns.
47
 
48
- 3. **Research and training only**: This dataset is intended for legitimate AI research, bot detection research, human-computer interaction studies, and machine learning model training.
49
 
50
  4. **Redistribution**: If you redistribute this data or derivatives, you must include these same restrictions.
51
 
@@ -131,16 +131,14 @@ def decode_input_stream(b64_stream, sample_count):
131
 
132
  ## Demo & Replay
133
 
134
- Try the interactive demo to replay sessions and visualize mouse movements:
135
 
136
- [CaptchaSolve Demo Space](https://huggingface.co/spaces/Capycap-AI/CaptchaSolve-Demo)
 
 
 
137
 
138
- ## Use Cases
139
-
140
- - **Bot Detection**: Train models to distinguish human vs synthetic mouse movements
141
- - **Behavioral Biometrics**: Study individual movement patterns for authentication
142
- - **Human Motion Modeling**: Build generative models of natural cursor behavior
143
- - **Game AI**: Train agents that exhibit human-like control patterns
144
 
145
  ## License
146
 
 
45
 
46
  2. **No biometric profiling**: Do not use this data to build biometric identification systems, behavioral authentication, surveillance tools, or any system designed to identify or track individuals based on interaction patterns.
47
 
48
+ 3. **Permitted uses**: This dataset is intended for AI research, bot detection, human-computer interaction studies, and training machine learning models (including generative models and automation agents).
49
 
50
  4. **Redistribution**: If you redistribute this data or derivatives, you must include these same restrictions.
51
 
 
131
 
132
  ## Demo & Replay
133
 
134
+ Explore the dataset interactively with our demo space:
135
 
136
+ - **Visualize sessions**: Watch recorded mouse movements replay in real-time over the actual game
137
+ - **Inspect trajectories**: See exactly how humans navigate each puzzle type
138
+ - **Load samples**: Paste JSON from the dataset or load random samples directly
139
+ - **Play the games**: Try the puzzles yourself and export your own session data in the same format
140
 
141
+ [Open Demo Space](https://huggingface.co/spaces/Capycap-AI/CaptchaSolve-Demo)
 
 
 
 
 
142
 
143
  ## License
144