File size: 1,064 Bytes
07d69cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
language:
- en
tags:
- lerobot
- gui-agent
- drag-and-drop
- desktop
pretty_name: ShowUI-pi Training Data
size_categories:
- 100K<n<1M
---

# ShowUI-&pi; Training Data

Training dataset for [ShowUI-&pi;](https://github.com/showlab/showui-pi). Contains drag-and-click episodes across five desktop domains: captcha, premiere, desktop, powerpoint, and handwriting.

**Paper:** [ShowUI-&pi;: Flow-based Generative Models as GUI Dexterous Hands](https://arxiv.org/abs/2512.24965)

**Model:** [showlab/ShowUI-pi](https://huggingface.co/showlab/ShowUI-pi)

**Code:** [https://github.com/showlab/showui-pi](https://github.com/showlab/showui-pi)

## Usage

```python
from lerobot.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("showlab/ShowUI-pi-data", revision="v3.0")
```

## Citation

```bibtex
@article{hu2025showui,
  title={ShowUI-$$\backslash$pi $: Flow-based Generative Models as GUI Dexterous Hands},
  author={Hu, Siyuan and Lin, Kevin Qinghong and Shou, Mike Zheng},
  journal={arXiv preprint arXiv:2512.24965},
  year={2025}
}
```