atharparvezce commited on
Commit
8a866bc
·
1 Parent(s): 0ffff39

Update README with professional dataset card

Browse files
Files changed (1) hide show
  1. README.md +79 -27
README.md CHANGED
@@ -1,21 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
- # iOS-UI-1000: Human-Validated iOS UI Dataset
3
 
4
  ## Overview
5
 
6
- iOS-UI-1000 is a dataset of 1,000 real-world iOS mobile UI screens collected
7
- from a wide range of application categories on the Apple App Store.
8
 
9
- Each screen is paired with human-validated structured JSON ground truth annotations.
10
 
11
  The dataset includes:
 
12
  - Simple layouts (e.g., login, onboarding screens)
13
  - Visually dense interfaces (e.g., feeds, checkout flows)
14
  - Structured UI element annotations
15
- - Bounding boxes
16
- - Element types
17
- - Clickability labels
18
- - Text content
19
 
20
  ---
21
 
@@ -43,18 +60,18 @@ ios-ui-dataset/
43
 
44
  ## Metadata Format
45
 
46
- The `metadata.csv` file contains:
47
 
48
  | screen_id | image_file | annotation_file |
49
  |-----------|------------------|--------------------------|
50
- | 1 | images/0001.png | annotations/0001.json |
51
- | 2 | images/0002.png | annotations/0002.json |
52
 
53
  ---
54
 
55
  ## Annotation Format
56
 
57
- Each JSON file follows a structured format similar to:
58
 
59
  ```json
60
  {
@@ -71,30 +88,62 @@ Each JSON file follows a structured format similar to:
71
  }
72
  ```
73
 
 
 
 
 
 
 
 
74
  ---
75
 
76
- ## Use Cases
 
 
77
 
78
  - Mobile UI understanding
79
- - Layout analysis (simple vs dense)
80
- - Element detection
81
- - Vision-language modeling
82
- - LLM-based UI grounding
83
- - UI agent research
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  ---
86
 
87
  ## Limitations
88
 
89
- - iOS platform only
90
- - 1,000 screens in current release
91
- - Category distribution depends on App Store sampling
 
92
 
93
  ---
94
 
95
  ## License
96
 
97
- cc-by-nc-4.0
 
 
 
 
 
 
98
 
99
  ---
100
 
@@ -102,9 +151,12 @@ cc-by-nc-4.0
102
 
103
  If you use this dataset in your research, please cite:
104
 
105
- @dataset{ios_ui_1000_2026,
106
- title={iOS-UI-1000: Human-Validated iOS UI Dataset},
107
- author={Athar Parvez},
108
- year={2026},
109
- publisher={Hugging Face}
 
 
110
  }
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - computer-vision
5
+ - mobile-ui
6
+ - ios
7
+ - multimodal
8
+ - layout-analysis
9
+ - vision-language
10
+ task_categories:
11
+ - object-detection
12
+ - image-classification
13
+ - other
14
+ language:
15
+ - en
16
+ pretty_name: iOS-1K-Mobile-UI-Dataset
17
+ ---
18
 
19
+ # iOS-1K-Mobile-UI-Dataset
20
 
21
  ## Overview
22
 
23
+ **iOS-1K-Mobile-UI-Dataset** is a curated dataset of **1,000 real-world iOS mobile UI screens** collected from diverse application categories available on the Apple App Store.
 
24
 
25
+ Each screen is paired with **human-validated structured JSON ground truth annotations**, enabling research in UI understanding, layout analysis, and multimodal modeling.
26
 
27
  The dataset includes:
28
+
29
  - Simple layouts (e.g., login, onboarding screens)
30
  - Visually dense interfaces (e.g., feeds, checkout flows)
31
  - Structured UI element annotations
32
+ - Bounding boxes for UI components
33
+ - Element type labels
34
+ - Clickability attributes
35
+ - Text content for text-bearing elements
36
 
37
  ---
38
 
 
60
 
61
  ## Metadata Format
62
 
63
+ The `metadata.csv` file provides mapping between images and annotations:
64
 
65
  | screen_id | image_file | annotation_file |
66
  |-----------|------------------|--------------------------|
67
+ | 0001 | images/0001.png | annotations/0001.json |
68
+ | 0002 | images/0002.png | annotations/0002.json |
69
 
70
  ---
71
 
72
  ## Annotation Format
73
 
74
+ Each JSON annotation follows a structured schema:
75
 
76
  ```json
77
  {
 
88
  }
89
  ```
90
 
91
+ Each element includes:
92
+
93
+ - `type`: UI component category (e.g., button, text, image)
94
+ - `bbox`: Bounding box coordinates
95
+ - `text`: Visible text content (if applicable)
96
+ - `clickable`: Boolean interaction label
97
+
98
  ---
99
 
100
+ ## Intended Use Cases
101
+
102
+ This dataset is designed for:
103
 
104
  - Mobile UI understanding
105
+ - Layout parsing and structural analysis
106
+ - UI element detection
107
+ - Visionlanguage modeling
108
+ - Multimodal LLM grounding
109
+ - Autonomous UI agent research
110
+
111
+ ---
112
+
113
+ ## Download Instructions
114
+
115
+ You can download the dataset using the Hugging Face Hub:
116
+
117
+ ```python
118
+ from huggingface_hub import snapshot_download
119
+
120
+ snapshot_download(
121
+ repo_id="atharparvezce/iOS-1K-Mobile-UI-Dataset",
122
+ repo_type="dataset",
123
+ local_dir="./iOS-1K-Mobile-UI-Dataset"
124
+ )
125
+ ```
126
 
127
  ---
128
 
129
  ## Limitations
130
 
131
+ - Covers only iOS platform interfaces
132
+ - Contains 1,000 screens in the current release
133
+ - Category distribution reflects App Store sampling
134
+ - UI copyrights remain with original application developers
135
 
136
  ---
137
 
138
  ## License
139
 
140
+ This dataset is released under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license.
141
+
142
+ - Attribution required
143
+ - Non-commercial use only
144
+
145
+ The dataset is intended strictly for academic and research purposes.
146
+ No personal user data is included.
147
 
148
  ---
149
 
 
151
 
152
  If you use this dataset in your research, please cite:
153
 
154
+ ```bibtex
155
+ @dataset{ios_1k_mobile_ui_dataset_2026,
156
+ title = {iOS-1K-Mobile-UI-Dataset: A Human-Validated iOS UI Benchmark},
157
+ author = {Athar Parvez},
158
+ year = {2026},
159
+ publisher = {Hugging Face},
160
+ url = {https://huggingface.co/datasets/atharparvezce/iOS-1K-Mobile-UI-Dataset}
161
  }
162
+ ```