GoofyGoof commited on
Commit
bc5d585
·
verified ·
1 Parent(s): e8d6270

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -26
README.md CHANGED
@@ -1,31 +1,62 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
- - name: index
5
- dtype: int64
6
- - name: url
7
- dtype: string
8
- - name: html_content
9
- dtype: string
10
- - name: desktop_screenshot
11
- dtype: image
12
- - name: tablet_screenshot
13
- dtype: image
14
- - name: mobile_screenshot
15
- dtype: image
16
- - name: desktop_video
17
- dtype: string
18
- - name: images
19
- sequence: image
20
  splits:
21
- - name: train
22
- num_bytes: 3435641.0
23
- num_examples: 1
24
- download_size: 3282715
25
- dataset_size: 3435641.0
26
- configs:
27
- - config_name: default
28
- data_files:
29
- - split: train
30
- path: data/train-*
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
  dataset_info:
4
  features:
5
+ - name: index
6
+ dtype: int64
7
+ - name: url
8
+ dtype: string
9
+ - name: html_content
10
+ dtype: string
11
+ - name: desktop_screenshot
12
+ dtype: image
13
+ - name: tablet_screenshot
14
+ dtype: image
15
+ - name: mobile_screenshot
16
+ dtype: image
17
+ - name: desktop_video
18
+ dtype: string
19
+ - name: images
20
+ sequence: image
21
  splits:
22
+ - name: train
23
+ num_examples: 1
24
+ download_size: ~
25
+ dataset_size: ~
26
+ task_categories:
27
+ - object-detection
28
+ - image-classification
29
+ tags:
30
+ - web-ui
31
+ - screenshots
32
+ - html
33
+ - images
34
+ - videos
35
+ size_categories:
36
+ - n<1K
37
  ---
38
+
39
+ # Web UI Dataset
40
+
41
+ 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.
42
+
43
+ ## Dataset Summary
44
+
45
+ - **Total web pages**: 1
46
+ - **Total images**: 2
47
+ - **Total screenshots**: 3
48
+ - **Total videos**: 1
49
+
50
+ ## Contents
51
+
52
+ For each web page, the dataset includes:
53
+
54
+ - URL of the web page.
55
+ - HTML content of the page.
56
+ - Screenshots of the page in desktop, tablet, and mobile views.
57
+ - A scrolling video of the desktop version (stored in the 'video' folder).
58
+ - Images extracted from the page.
59
+
60
+ ## Source
61
+
62
+ The URLs for the web pages were obtained from the [Common Crawl URL dataset](https://huggingface.co/datasets/leiwx52/CC_eng_url).