| language: | |
| - en | |
| tags: | |
| - lerobot | |
| - gui-agent | |
| - drag-and-drop | |
| - desktop | |
| pretty_name: ShowUI-pi Training Data | |
| size_categories: | |
| - 100K<n<1M | |
| # ShowUI-π Training Data | |
| Training dataset for [ShowUI-π](https://github.com/showlab/showui-pi). Contains drag-and-click episodes across five desktop domains: captcha, premiere, desktop, powerpoint, and handwriting. | |
| **Paper:** [ShowUI-π: 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} | |
| } | |
| ``` | |