autoux / README.md
aditya-shriwastava's picture
Update README with final metadata
bddc636
metadata
license: mit
task_categories:
  - robotics
  - reinforcement-learning
tags:
  - desktop-automation
  - human-computer-interaction
size_categories:
  - n<1K

AutoUX Dataset

This dataset contains desktop interaction recordings from the autoux project. Each recording captures screen captures, cursor positions, and user input events in MCAP format for training desktop automation agents.

๐Ÿ“Š Dataset Summary

Metric Value
Total Episodes 10
Total Duration 5min 44sec
Total Size 310.0 MB
Date Range July 3-4, 2025

๐Ÿ—‚๏ธ Data Format

Each MCAP file contains the following topics:

Topic Format Description
/screen_capture JPEG Compressed screen captures
/cursor_position JSON Mouse cursor coordinates (x, y)
/events JSON Keyboard and mouse input events
metadata JSON Episode context description

๐Ÿš€ Usage

Install Dependencies

pip install -r requirements.txt

Analyze Dataset

# Quick summary
python summarize_dataset.py

# Detailed per-episode information
python summarize_dataset.py --verbose