Web_UI / README.md
GoofyGoof's picture
Upload README.md with huggingface_hub
b541fca verified
metadata
license: apache-2.0
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_examples: 34
  download_size: null
  dataset_size: null
task_categories:
  - object-detection
  - image-classification
tags:
  - web-ui
  - screenshots
  - html
  - images
  - videos
size_categories:
  - n<1K

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: 34
  • Total images: 492
  • Total screenshots: 102
  • Total videos: 34

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.