Web_UI / README.md
GoofyGoof's picture
Upload dataset
c6ac593 verified
|
raw
history blame
1.58 kB
metadata
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: 48784038
      num_examples: 34
  download_size: 38175954
  dataset_size: 48784038
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: 33
  • Total images: 484
  • Total screenshots: 99
  • Total videos: 33

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.