annotations_creators | language | language_creators | license | multilinguality | pretty_name | size_categories | source_datasets | tags | task_categories | task_ids | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
Rico |
|
|
|
- Dataset Card Creation Guide
- Homepage: http://www.interactionmining.org/rico.html
- Repository: https://github.com/shunk031/huggingface-datasets_Rico
- Paper (UIST2017): https://dl.acm.org/doi/10.1145/3126594.3126651
Rico: A Mobile App Dataset for Building Data-Driven Design Applications
[More Information Needed]
[More Information Needed]
- UI screenshots and view hierarchies
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="ui-screenshots-and-view-hierarchies",
)
- UI metadata
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="ui-metadata",
)
- UI layout vectors
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="ui-layout-vectors",
)
- Interaction traces
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="interaction-traces",
)
- [WIP] Animations
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="animations",
)
- Play store metadata
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="play-store-metadata",
)
- UI screenshots and hierarchies with semantic annotations
import datasets as ds
dataset = ds.load_dataset(
path="shunk031/Rico",
name="ui-screenshots-and-hierarchies-with-semantic-annotations",
)
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
@inproceedings{deka2017rico,
title={Rico: A mobile app dataset for building data-driven design applications},
author={Deka, Biplab and Huang, Zifeng and Franzen, Chad and Hibschman, Joshua and Afergan, Daniel and Li, Yang and Nichols, Jeffrey and Kumar, Ranjitha},
booktitle={Proceedings of the 30th annual ACM symposium on user interface software and technology},
pages={845--854},
year={2017}
}
Thanks to DATA DRIVEN DESIGN GROUP UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN for creating this dataset.