File size: 1,566 Bytes
ffc2e3d
bc5d585
d6151ab
 
 
 
 
ffc2e3d
 
d6151ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ffc2e3d
d6151ab
 
 
 
 
bc5d585
d6151ab
 
 
 
 
 
 
 
 
 
ffc2e3d
bc5d585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
license: apache-2.0
size_categories:
- n<1K
task_categories:
- object-detection
- image-classification
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: url
    dtype: string
  - name: html_content
    dtype: string
  - name: desktop_screenshot
    dtype: image
  - name: tablet_screenshot
    dtype: image
  - name: mobile_screenshot
    dtype: image
  - name: desktop_video
    dtype: string
  - name: images
    sequence: image
  splits:
  - name: train
    num_bytes: 6767762.0
    num_examples: 2
  download_size: 6543717
  dataset_size: 6767762.0
tags:
- web-ui
- screenshots
- html
- images
- videos
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Web UI Dataset

This dataset contains web pages, their screenshots across different devices, and images extracted from the web pages. Scrolling videos are stored separately in the 'video' folder. It is intended for use in machine learning tasks related to web design, computer vision, and data analysis.

## Dataset Summary

- **Total web pages**: 1
- **Total images**: 2
- **Total screenshots**: 3
- **Total videos**: 1

## Contents

For each web page, the dataset includes:

- URL of the web page.
- HTML content of the page.
- Screenshots of the page in desktop, tablet, and mobile views.
- A scrolling video of the desktop version (stored in the 'video' folder).
- Images extracted from the page.

## Source

The URLs for the web pages were obtained from the [Common Crawl URL dataset](https://huggingface.co/datasets/leiwx52/CC_eng_url).