datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
TreeOfLife-10M-WEBP
Dataset Card for TreeOfLife-10M-WEBP
Dataset Description
This is an optimized version of the TreeOfLife-10M dataset,
containing over 10 million images covering 454 thousand taxa in the tree of life.
This version has been processed to improve usability and reduce storage requirements while maintaining full compatibility with the original dataset structure.
Dataset Summary
This version modifies the original dataset as follows:
Corrupted files were… See the full description on the dataset page: https://huggingface.co/datasets/birder-project/TreeOfLife-10M-WEBP.safebooru-webp-4Mpixel
Safebooru 4M Re-encoded Dataset
This is the re-encoded dataset of deepghs/safebooru_full. And all the resized images are maintained here.
There are 5756655 images in total. The maximum ID of these images is 5974383. Last updated at 2025-08-06 08:31:53 JST.
How to Painlessly Use This
Use cheesechaser to quickly get images from this repository.
Before using this code, you have to grant the access from this gated repository. And then set your personal HuggingFace token into… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/safebooru-webp-4Mpixel.food-dataset
Food Dataset
An image classification dataset of food photos organized into 201 categories (folders), with 35,046 images total (~924 MB).
Each top-level folder is a category (e.g. adana kebab, sushi, waffles, tiramisu, ...) containing JPEG images of that food/dish. This follows the standard Hugging Face imagefolder layout, so it loads directly with:
from datasets import load_dataset
ds = load_dataset("webbrain-one/food-dataset")
Structure
<category… See the full description on the dataset page: https://huggingface.co/datasets/webbrain-one/food-dataset.webvid-10Mdanbooru2024-webp-4Mpixel
🎨 Danbooru2024 Webp 4MPixel Dataset
📊 Dataset Overview
The Danbooru2024-Webp dataset is a comprehensive collection focused on animation and illustration artwork, derived from the official Danbooru platform. It contains approximately 8.05 million high-quality, user-annotated images with corresponding tags and textual descriptions.
This dataset is 4MP-focused webp resized-dataset of Danbooru2024.
✨ Features
📋 Metadata Support
Includes a Parquet… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/danbooru2024-webp-4Mpixel.guiact_websingle_test
Dataset Card for GUIAct Web-Single Dataset - Test Set
This is a FiftyOne dataset with 1410 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/guiact_websingle_test")
# Launch the App
session = fo.launch_app(dataset)… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/guiact_websingle_test.1k_Website_Screenshots_and_Metadata
Dataset Card for 1000 Website Screenshots with Metadata
Dataset Summary
Silatus is sharing, for free, a segment of a dataset that we are using to train a generative AI model for text-to-mockup conversions. This dataset was collected in December 2022 and early January 2023, so it contains very recent data from 1,000 of the world's most popular websites. You can get our larger 10,000 website dataset for free at: https://silatus.com/datasets
This dataset includes:
High-res… See the full description on the dataset page: https://huggingface.co/datasets/silatus/1k_Website_Screenshots_and_Metadata.Kuro-Siwo-Webdataset
Kuro Siwo webdatasets
Paper | GitHub |
Dataset Details
Dataset Description
Kuro Siwo is a global multi-temporal SAR dataset for rapid flood mapping. It contains 43 flood events in 6 continents and 3 climate zones, over the period 2015-2022. The annotations have been produced through meticulous photointerpretation by a team of experts, at 10m spatial resolution. For each flood event, we provide one Sentinel-1 post-flood and two Sentinel-1 pre-flood… See the full description on the dataset page: https://huggingface.co/datasets/orion-ai-lab/Kuro-Siwo-Webdataset.mind2web_multimodal_test_website
Dataset Card for Multimodal Mind2Web "Cross-Website" Test Split
Note: This dataset is the test split of the Cross-Website dataset introduced in the paper.
This is a FiftyOne dataset with 1019 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/mind2web_multimodal_test_website.phishing-website-screenshots
Phishing Website Screenshots
A dataset of 8,370 full-page website screenshots labelled as legitimate or phishing, intended for training and evaluating visual phishing-detection models.
Contents
Label
label
Images
legitimate
0
7,924
phishing
1
446
Total
8,370
Screenshots were captured at a desktop viewport (1920×1080) as PNG images.
Structure
legitimate/<brand>/<page>.png
phishing/<source>/<page>.png
metadata.csv
metadata.csv… See the full description on the dataset page: https://huggingface.co/datasets/shresthsamyak/phishing-website-screenshots.typeface_dataset
Typeface Dataset
Designed by COLIGNUM/webXOS (x.com/colignum)
Under Development.
github.com/webxos for more info.
Dataset Information
Name: colignum_typeface_dataset_512px_2026-01-22T01-21-36-081Z
Total Characters: 155
Resolution: 512×512 pixels
Format: PNG + CSV/Parquet
Generated: 2026-01-22
Character Sets Included
A-Z Uppercase (26 characters)
a-z Lowercase (26 characters)
0-9 Numbers (10 characters)
Symbols (32 characters):… See the full description on the dataset page: https://huggingface.co/datasets/webxos/typeface_dataset.gelbooru-webp-4Mpixel
Gelbooru 4M Re-encoded Dataset
This is the re-encoded dataset of deepghs/gelbooru_full. And all the resized images are maintained here.
There are 11463682 images in total. The maximum ID of these images is 12575222. Last updated at 2025-09-09 09:40:06 JST.
How to Painlessly Use This
Use cheesechaser to quickly get images from this repository.
Before using this code, you have to grant the access from this gated repository. And then set your personal HuggingFace token into… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/gelbooru-webp-4Mpixel.WebUOT-238-Test
Dataset Card for WebUOT-238-Test
This is a FiftyOne dataset with 238 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/WebUOT-238-Test")
# Launch the App
session = fo.launch_app(dataset)
Dataset Description… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/WebUOT-238-Test.showui-web-processed
ShowUI-Web Processed
Flattened, normalized, and scenario-split version of showlab/ShowUI-web.
Each row is a single (instruction, UI element) pair with normalized bounding-box coordinates.
Schema
Column
Type
Description
sample_id
string
Unique row identifier ({row}_{element})
screenshot_id
string
Groups elements from the same screenshot
image_relpath
string
Relative path to the screenshot image
scenario
string
Website/domain inferred from the image path… See the full description on the dataset page: https://huggingface.co/datasets/e1879/showui-web-processed.datastrike_BCI
________ _____________________ ______________________________.___ ____ __.___________
\______ \ / _ \__ ___/ _ \ / _____/\__ ___/\______ \ | |/ _|\_ _____/
| | \ / /_\ \| | / /_\ \ \_____ \ | | | _/ | < | __)_
| ` \/ | \ |/ | \/ \ | | | | \ | | \ | \
/_______ /\____|__ /____|\____|__ /_______ / |____| |____|_ /___|____|__ \/_______ /
\/… See the full description on the dataset page: https://huggingface.co/datasets/webxos/datastrike_BCI.anime_pictures-webp-4Mpixel
Anime-Pictures 4M Re-encoded Dataset
This is the re-encoded dataset of deepghs/anime_pictures_full. And all the resized images are maintained here.
There are 642979 images in total. The maximum ID of these images is 885353. Last updated at 2025-09-24 01:12:10 CST.
How to Painlessly Use This
Use cheesechaser to quickly get images from this repository.
Before using this code, you have to grant the access from this gated repository. And then set your personal HuggingFace… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/anime_pictures-webp-4Mpixel.imagenet-w21-webp-wds
Dataset Summary
This is a copy of the full Winter21 release of ImageNet in webdataset tar format with WEBP encoded images. This release consists of 19167 classes, 2674 fewer classes than the original 21841 class Fall11 release of the full ImageNet.
The classes were removed due to these concerns: https://www.image-net.org/update-sep-17-2019.php
This is the same contents as https://huggingface.co/datasets/timm/imagenet-w21-wds but encoded in webp at ~56% of the size, shard count… See the full description on the dataset page: https://huggingface.co/datasets/timm/imagenet-w21-webp-wds.danbooru2023-webp-4Mpixel_indexIndex files of KBlueLeaf/danbooru2023-webp-4Mpixel.
You can download images from KBlueLeaf/danbooru2023-webp-4Mpixel with cheesechaser.
from cheesechaser.datapool import DanbooruWebpDataPool
pool = DanbooruWebpDataPool()
# download danbooru images with webp format, to directory /data/danbooru_webp
pool.batch_download_to_directory(
resource_ids=range(6000000, 6001000),
dst_dir='/data/danbooru_webp',
max_workers=12,
)
webpii
WebPII Dataset
Split
Samples
Train
40,384
Test
4,481
Total
44,865
For more information, see webpii.github.io
underworld_dataset_v2
_ _ _ _______ ___________ _ _ ___________ _ ______
| | | | \ | | _ \ ___| ___ \ | | || _ | ___ \ | | _ \
| | | | \| | | | | |__ | |_/ / | | || | | | |_/ / | | | | |
| | | | . ` | | | | __|| /| |/\| || | | | /| | | | | |
| |_| | |\ | |/ /| |___| |\ \\ /\ /\ \_/ / |\ \| |___| |/ /
\___/\_| \_/___/ \____/\_| \_|\/ \/ \___/\_| \_\_____/___/
Underworld Dataset v2
Generated with WEBXOS UNDERWORLD LANDSCAPE GENERATOR… See the full description on the dataset page: https://huggingface.co/datasets/webxos/underworld_dataset_v2.ghosthunter-RL
Ghost Hunter RLHF Dataset Sample
This dataset sample contains screenshots captured during gameplay of "Ghost Hunter" (8-bit FPS). Each image corresponds to a moment when the player successfully destroyed a ghost with the precision auto-fire. The dataset is intended for reinforcement learning from human feedback (RLHF) tasks, such as training a preference model to distinguish between "good" and "bad" shots.
by webXOS 2026 (github.com/webxos for more info and apps)
The gym is… See the full description on the dataset page: https://huggingface.co/datasets/webxos/ghosthunter-RL.underworld_dataset_v3
_ _ _ _______ ___________ _ _ ___________ _ ______
| | | | \ | | _ \ ___| ___ \ | | || _ | ___ \ | | _ \
| | | | \| | | | | |__ | |_/ / | | || | | | |_/ / | | | | |
| | | | . ` | | | | __|| /| |/\| || | | | /| | | | | |
| |_| | |\ | |/ /| |___| |\ \\ /\ /\ \_/ / |\ \| |___| |/ /
\___/\_| \_/___/ \____/\_| \_|\/ \/ \___/\_| \_\_____/___/
UNDERWORLD Dataset v3
Visualizes the Fast Inverse Square Root (FISR / Quake III)… See the full description on the dataset page: https://huggingface.co/datasets/webxos/underworld_dataset_v3.web-camera-face-liveness-detection
Web Camera Face Liveness Detection
The dataset consists of videos featuring individuals wearing various types of masks. Videos are recorded under different lighting conditions and with different attributes (glasses, masks, hats, hoods, wigs, and mustaches for men).
The dataset is created on the basis of iBeta Level 1 Dataset
In the dataset, there are 7 types of videos filmed on a web camera:
Silicone Mask - demonstration of a silicone mask attack (silicone)
2D mask with… See the full description on the dataset page: https://huggingface.co/datasets/UniqueData/web-camera-face-liveness-detection.e621-2024-webp-4Mpixel_indexIndex files of NebulaeWis/e621-2024-webp-4Mpixel.
You can download images from NebulaeWis/e621-2024-webp-4Mpixel with cheesechaser.
from cheesechaser.datapool import E621NewestWebpDataPool
pool = E621NewestWebpDataPool()
# download e621 #2010000-2010300, to directory /data/e621
pool.batch_download_to_directory(
resource_ids=range(2010000, 2010300),
dst_dir='/data/e621',
max_workers=12,
)
timelink_dataset
___ ___ ___ ___ ___ ___
/\ \ ___ /\__\ /\ \ /\__\ ___ /\__\ /\__\
\:\ \ /\ \ /::| | /::\ \ /:/ / /\ \ /::| | /:/ /
\:\ \ \:\ \ /:|:| | /:/\:\ \ /:/ / \:\ \ /:|:| | /:/__/
/::\ \ /::\__\ /:/|:|__|__ /::\~\:\ \ /:/ /… See the full description on the dataset page: https://huggingface.co/datasets/webxos/timelink_dataset.danbooru2023-webp-4Mpixel
Danbooru 2023 webp: A space-efficient version of Danbooru 2023
This dataset is a resized/re-encoded version of danbooru2023.
Which removed the non-image/truncated files and resize all of them into smaller size.
This dataset already be updated to latest_id = 7,832,883.
Thx to DeepGHS!
Notice: content of updates folder and deepghs/danbooru_newest-webp-4Mpixel have been merged to 2000~2999.tar, You can ignore all the content in updates folder safely!
Details
This… See the full description on the dataset page: https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel.e621_newest-webp-4Mpixel
E621 Newest 4M Re-encoded Dataset
This is the re-encoded dataset of deepghs/e621_newest. And all the resized images are maintained here.
There are 963455 images in total. The maximum ID of these images is 5753265. Last updated at 2025-08-09 00:50:53 JST.
This dataset only contains newest webp images, if you are looking for old webp images, just see NebulaeWis/e621-2024-webp-4Mpixel.
How to Painlessly Use This
Use cheesechaser to quickly get images from this repository… See the full description on the dataset page: https://huggingface.co/datasets/deepghs/e621_newest-webp-4Mpixel.epoche-shortcut-experiment
Epoche: teaching one model to bracket a shortcut prior
A small, fully reproducible experiment on shortcut learning: a two-path classifier
learns handwritten digits while a color prior is made correct in 99% of training
examples. We then test whether the same model can be trained to temporarily "bracket"
(switch off) that prior and fall back to evidence-only inference — an idea borrowed,
loosely, from Husserl's epoche (ἐποχή, "suspension").
This repository contains the code… See the full description on the dataset page: https://huggingface.co/datasets/webzuweb/epoche-shortcut-experiment.Web_UI
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… See the full description on the dataset page: https://huggingface.co/datasets/GoofyGoof/Web_UI.geobenchv1-webdataset
GeoBench V1 - pickle-free sharded edition
This is a data-only metadata conversion of the six classification datasets in isaaccorley/geobenchv1-webdataset, pinned at revision cb847e5ff87a2c8f00064d631ed7b6a39a084c68. The original benchmark is GEO-Bench.
The image arrays, sample IDs, labels, shard boundaries, and train/validation/test partitions are unchanged. Sample metadata is stored as JSON instead of pickle. No pickle deserialization is needed to read this edition.… See the full description on the dataset page: https://huggingface.co/datasets/calebrob6/geobenchv1-webdataset.
