Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,81 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Web UI Elements Dataset
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
A comprehensive dataset of web user interface elements collected from the world's most visited websites. This dataset is specifically curated for training AI models to detect and classify UI components, enabling automated UI testing, accessibility analysis, and interface design studies.
|
5 |
+
|
6 |
+
## Key Features
|
7 |
+
- 300+ popular websites sampled
|
8 |
+
- 15 essential UI element classes
|
9 |
+
- High-resolution screenshots (1920x1080)
|
10 |
+
- Rich accessibility metadata
|
11 |
+
- YOLO-format annotations
|
12 |
+
- Balanced class distribution
|
13 |
+
|
14 |
+
## Element Classes
|
15 |
+
1. **Interactive Elements**
|
16 |
+
- Buttons
|
17 |
+
- Links
|
18 |
+
- Input fields
|
19 |
+
- Checkboxes
|
20 |
+
- Radio buttons
|
21 |
+
- Dropdowns
|
22 |
+
- Sliders
|
23 |
+
- Toggle switches
|
24 |
+
|
25 |
+
2. **Structural Elements**
|
26 |
+
- Labels
|
27 |
+
- Text blocks
|
28 |
+
- Icons
|
29 |
+
- Menu items
|
30 |
+
|
31 |
+
3. **Form Elements**
|
32 |
+
- Text areas
|
33 |
+
- Select menus
|
34 |
+
- Clickable regions
|
35 |
+
|
36 |
+
<!-- ## Sample Visualizations
|
37 |
+
|
38 |
+
Here are some examples from our dataset:
|
39 |
+
|
40 |
+
### Example 1: E-commerce Navigation
|
41 |
+
```
|
42 |
+
[yolo_dataset/annotated_images/creative_www.pixilart.com_1729629929_annotated.png]
|
43 |
+
```
|
44 |
+
|
45 |
+
### Example 2: Login Form
|
46 |
+
```
|
47 |
+
[An annotated screenshot of a login form showing labeled input fields, checkboxes,
|
48 |
+
and submit button]
|
49 |
+
```
|
50 |
+
|
51 |
+
### Example 3: Social Media Interface
|
52 |
+
```
|
53 |
+
[An annotated screenshot of a social media feed with labeled interactive elements
|
54 |
+
like buttons, links, and icons]
|
55 |
+
``` -->
|
56 |
+
|
57 |
+
|
58 |
+
## Dataset Statistics
|
59 |
+
|
60 |
+
### Distribution by Website Category
|
61 |
+
- Most Visited Sites: 45%
|
62 |
+
- Web Applications: 15%
|
63 |
+
- E-commerce: 10%
|
64 |
+
- Social Media: 10%
|
65 |
+
- News & Media: 10%
|
66 |
+
- Developer Tools: 5%
|
67 |
+
- Creative Platforms: 5%
|
68 |
+
|
69 |
+
### Element Distribution
|
70 |
+
- Links: ~35%
|
71 |
+
- Buttons: ~20%
|
72 |
+
- Input Fields: ~15%
|
73 |
+
- Icons: ~10%
|
74 |
+
- Text Blocks: ~8%
|
75 |
+
- Other Elements: ~12%
|
76 |
+
|
77 |
+
|
78 |
+
## License
|
79 |
+
---
|
80 |
+
license: apache-2.0
|
81 |
+
---
|