CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01alkzar90 /NIH-Chest-X-ray-datasetThe NIH Chest X-ray dataset consists of 100,000 de-identified images of chest x-rays. The images are in PNG format. The data is provided by the NIH Clinical Center and is available through the NIH download site: https://nihcc.app.box.com/v/ChestXray-NIHCCimage-classification100K<n<1M62 likes10k downloads2y agoHugging Face02HaoChen2 /Gastric-Xgated Gastric-X Multi-phase abdominal CT cohort paired with structured laboratory panels and free-text radiology reports, in proficient medical English with the original Simplified Chinese preserved alongside. Changelog 2026-06-26 Added per-phase organ masks (<phase>_organ_mask.nii.gz) — CADS multi-organ segmentation on each phase's CT grid (e.g. label 6 = stomach); all 4897 phases. Added per-phase gastric tumor masks (<phase>_tumor_mask.nii.gz, binary) — a patient's… See the full description on the dataset page: https://huggingface.co/datasets/HaoChen2/Gastric-X.imageimage-classificationn<1K17 likes5.4k downloads3mo agoHugging Face03Layered-Labs /clearwrist-pediatric-wrist-xrayClearWrist: Pediatric Wrist Fracture X-Ray Dataset 20,327 labeled pediatric wrist radiographs, rebuilt from GRAZPEDWRI-DX with clean patient-level splits, verified fracture ground truth, and YOLO-style bounding box annotations. &nbsp; &nbsp; Overview This dataset packages the full GRAZPEDWRI-DX corpus, 20,327 pediatric wrist radiographs from 6,091 patients treated at the Department for Pediatric Surgery of the University Hospital Graz between… See the full description on the dataset page: https://huggingface.co/datasets/Layered-Labs/clearwrist-pediatric-wrist-xray.imageimage-classification10K<n<100K1 likes2.4k downloads25d agoHugging Face04Rabornkraken /xhs-travel-photos XHS Travel Photos Travel photography from Xiaohongshu (Little Red Book) across 19 destinations in China and Southeast Asia. Dataset Summary Metric Count Notes 2,882 Images 28,005 Total size 7.3 GB Keyword folders 19 Destinations Folder Notes bali 190 cambodia_angkor 200 chengdu 20 chiang_mai 213 chongqing 194 guilin 225 hainan_sanya 212 indonesia 215 laos 209 malaysia 198 myanmar 122 philippines 210… See the full description on the dataset page: https://huggingface.co/datasets/Rabornkraken/xhs-travel-photos.imageimage-classification10K<n<100K0 likes2.1k downloads7mo agoHugging Face05XiaoyuSunANU /Visual_Privacy_Dataset VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection Official dataset for the ICML 2026 paper VPD-100K: Towards Generalizable and Fine-grained Visual Privacy Protection 🌐 Project Page: https://vpd-100k.github.io/ 📄 Paper: https://arxiv.org/abs/2605.10229 Overview Visual privacy protection has become increasingly important as people continuously share images and live-stream videos online. Existing visual privacy datasets are generally… See the full description on the dataset page: https://huggingface.co/datasets/XiaoyuSunANU/Visual_Privacy_Dataset.videoimage-classification1K<n<10K2 likes2.1k downloads2mo agoHugging Face06yeigen /nih-chest-xray NIH ChestX-ray14 — WebDataset Dataset original: nih-chest-xrays/data Imágenes: 112,120 PNGs en escala de grises (1024×1024) Formato: WebDataset (TAR archives, ~1000 imágenes por TAR) Split: train Cómo cargar from datasets import load_dataset ds = load_dataset("webdataset", data_dir="yeigen/nih-chest-xray", split="train", streaming=True) for sample in ds: img = sample["png"] # PIL Image print(img.size) break image-classification0 likes1.4k downloads6mo agoHugging Face07ASD9987 /vinbigdata-chest-xray-abnormalities-png VinBigData Chest X-ray Abnormalities (Private Processed Mirror) Private repository for personal transfer / research use only. Do not redistribute. Derived from the VinBigData Chest X-ray Abnormalities Detection / VinDr-CXR dataset. Original data is subject to the VinBigdata / PhysioNet data use agreement; keep this repo private and do not share access with third parties. Contents Path Description image/train/*.png 4394 train images with abnormalities… See the full description on the dataset page: https://huggingface.co/datasets/ASD9987/vinbigdata-chest-xray-abnormalities-png.imageobject-detection1K<n<10K0 likes1.3k downloads2mo agoHugging Face08XIANG-Shuai /MCD-2.6m MCD-2.6m MCD-2.6m is a collection of 2,604,450 agricultural and plant images distributed in 49 Parquet shards. It combines images of multiple crops collected across several institutions and field-imaging projects. The release contains one train split. Images are embedded in the Parquet files and can be decoded directly with the Hugging Face datasets library. Dataset Structure Each example contains exactly three columns: Column Type Description row_id… See the full description on the dataset page: https://huggingface.co/datasets/XIANG-Shuai/MCD-2.6m.imageimage-classification1M<n<10M0 likes932 downloads1mo agoHugging Face09Xin1818 /AgriTaxon AgriTaxon: Knowledge-grounded benchmarking of open-ended agricultural entity naming with large multimodal models Xin Zeng, Benfeng Xu, Qian Chen, Jialin Kuai, Wentao Zhang, Liguo Lang, Shancheng Fang, Huarui Wu 🌐 Project Page · 💻 GitHub · 📎 Supplementary Material Overview Open-ended taxonomic naming is a foundational capability for intelligent agricultural decision-making. It requires a model to generate a standardized name for an organism or breed in an image… See the full description on the dataset page: https://huggingface.co/datasets/Xin1818/AgriTaxon.imageimage-classification10K<n<100K0 likes889 downloads2mo agoHugging Face10keremberke /chest-xray-classification Dataset Labels ['NORMAL', 'PNEUMONIA'] Number of Images {'train': 4077, 'test': 582, 'valid': 1165} How to Use Install datasets: pip install datasets Load the dataset: from datasets import load_dataset ds = load_dataset("keremberke/chest-xray-classification", name="full") example = ds['train'][0] Roboflow Dataset Page https://universe.roboflow.com/mohamed-traore-2ekkp/chest-x-rays-qjmia/dataset/2 Citation… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/chest-xray-classification.imageimage-classification1K<n<10K28 likes766 downloads4y agoHugging Face11dark-xet /imagenet-12k-wds Dataset Summary This is a filtered copy of the full ImageNet dataset consisting of the top 11821 (of 21841) classes by number of samples. It has been used to pretrain a number of in12k models in timm. The code and metadata for building this dataset from the original full ImageNet can be found at https://github.com/rwightman/imagenet-12k NOTE: This subset was filtered from the original fall11 ImageNet release which has been replaced by the winter21 release which removes close to… See the full description on the dataset page: https://huggingface.co/datasets/dark-xet/imagenet-12k-wds.image-classification10M<n<100M0 likes646 downloads1y agoHugging Face12Rapidata /xAI_Aurora_t2i_human_preferences Rapidata Aurora Preference This T2I dataset contains over 400k human responses from over 86k individual annotators, collected in just ~2 Days using the Rapidata Python API, accessible to anyone and ideal for large scale evaluation. Evaluating Aurora across three categories: preference, coherence, and alignment. Explore our latest model rankings on our website. If you get value from this dataset and would like to see more in the future, please consider liking it.… See the full description on the dataset page: https://huggingface.co/datasets/Rapidata/xAI_Aurora_t2i_human_preferences.imagetext-to-image10K<n<100K15 likes644 downloads2y agoHugging Face13dark-xet /imagenet-1k-wds Dataset Summary ILSVRC 2012, commonly known as 'ImageNet' is an image dataset organized according to the WordNet hierarchy. Each meaningful concept in WordNet, possibly described by multiple words or word phrases, is called a "synonym set" or "synset". There are more than 100,000 synsets in WordNet, majority of them are nouns (80,000+). ImageNet aims to provide on average 1000 images to illustrate each synset. Images of each concept are quality-controlled and human-annotated. 💡… See the full description on the dataset page: https://huggingface.co/datasets/dark-xet/imagenet-1k-wds.imageimage-classification1M<n<10M0 likes639 downloads1y agoHugging Face14MingSafeR /xyran_train_dataset Xyran training dataset Prepared for Xyran local content-safety model training. Layout sfw/ nsfw/ nsfl/ _manifests/ anime_dbrating WebP migration: 20260905_111217 Mapping: general + sensitive -> SFW questionable + explicit -> NSFW WebP normalization: existing WebP: byte-for-byte passthrough non-WebP: libvips -> WebP quality: 95 lossless: False effort: 2 no resize no crop ZIP payload: STORE Results: SFW images: 683,275 NSFW images: 598,226 SFW… See the full description on the dataset page: https://huggingface.co/datasets/MingSafeR/xyran_train_dataset.imageimage-classification0 likes632 downloads14d agoHugging Face15electricsheepafrica /Multimodal-Chest-X-ray-dataset-for-Normal-and-Bacterial-Pneumonia-in-Africans Multimodal Chest X ray dataset for Normal and Bacterial Pneumonia in Africans | Africa (Electric Sheep Africa metadata inventory) Size category: 1K<n<10K - Formats: imagefolder - Sector: health - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/Multimodal-Chest-X-ray-dataset-for-Normal-and-Bacterial-Pneumonia-in-Africans.imageimage-classification1K<n<10K2 likes564 downloads1mo agoHugging Face16xFutureTechx /DuskfallcrewPhotography Dataset Card for Dataset Name Dataset Summary A mixture of photography and other goods from Dusfkallcrew that has been either curated or taken by duskfall crew. Some may or may not be AI generated. This template was generated using this raw template. Languages English mainly, but that's because the data is largely of New Zealand. Source Data Personal and Sensitive Information No personal data has been included in this… See the full description on the dataset page: https://huggingface.co/datasets/xFutureTechx/DuskfallcrewPhotography.imagetext-to-image1K<n<10K5 likes559 downloads4y agoHugging Face17exalsius /NIH-Chest-XRay-Federated NIH Chest X-ray Federated Learning Dataset Federated learning splits designed for the [Cold Start:] Distributed AI Hack Berlin 2025. The dataset is based on the NIH Chest X-ray14 dataset, which contains ~112,000 X-ray images from 30,805 unique patients, and models a federated learning scenario with non-IID characteristics across three hospitals, plus an out-of-distribution test set. Dataset Description The data was partitioned using a scoring algorithm that creates… See the full description on the dataset page: https://huggingface.co/datasets/exalsius/NIH-Chest-XRay-Federated.imageimage-classification100K<n<1M0 likes556 downloads10mo agoHugging Face18xiaoqi-wang /miqd-2.5m [Database: MIQD-2.5M] Image Quality Assessment for Machines: Paradigm, Large-scale Database, and Models Xiaoqi Wang, Yun Zhang, Weisi LinSun Yat-sen University | Nanyang Technological University | 📖 Paper | 👨‍💻 Code 📊 Overview 2.5M degraded images from 10,000 originals 3 vision tasks: Image Classification (ImageNet) Object Detection (COCO) Instance Segmentation (COCO) 10 distortion types × 5 levels × 3 region patterns75 models used for generating quality… See the full description on the dataset page: https://huggingface.co/datasets/xiaoqi-wang/miqd-2.5m.image-classification100B<n<1T2 likes507 downloads5mo agoHugging Face19Xanadu00 /autotrain-data-galaxy_classification AutoTrain Dataset for project: galaxy_classification Dataset Description This dataset has been automatically processed by AutoTrain for project galaxy_classification. Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<256x256 RGB PIL image>", "target": 0 }, { "image": "<256x256 RGB PIL image>", "target": 0 }]… See the full description on the dataset page: https://huggingface.co/datasets/Xanadu00/autotrain-data-galaxy_classification.imageimage-classification1 likes506 downloads3y agoHugging Face20arudaev /chest-xray-14-320 NIH Chest X-ray14 - 320x320 Processed for CheXVision Project Resources GitHub repository Presentation deck Live demo Scratch model DenseNet model This dataset repackages the raw NIH Chest X-ray14 source dataset from alkzar90/NIH-Chest-X-ray-dataset into a data-only Parquet dataset for the CheXVision project. Dataset Summary Source format: 12 ZIP archives of original chest X-ray images plus CSV manifests Output format: data-only Parquet shards under data/… See the full description on the dataset page: https://huggingface.co/datasets/arudaev/chest-xray-14-320.imageimage-classification100K<n<1M0 likes500 downloads5mo agoHugging Face21Xenova /quickdraw Dataset Card for Quick, Draw! This is a processed version of Google's Quick, Draw dataset to be compatible with the latest versions of 🤗 Datasets that support .parquet files. NOTE: this dataset only contains the "preprocessed_bitmaps" subset of the original dataset. imageimage-classification10M<n<100M11 likes469 downloads3y agoHugging Face22zhu-xlab /So2Sat-LCZ42 So2Sat-LCZ42 A copy of the Fourth version of the So2Sat-LCZ42 dataset, pairing the second version (culture-10) with geolocation: Training: 42 cities around the world Validation: western half of 10 other cities covering 10 cultural zones Testing: eastern half of the 10 other cities Description of the files First extract [split].h5.gz to [split].h5 with gunzip [split].h5.gz. training.h5: training data containing SEN1, SEN2 patches and label sen1: N*32*32*8 sen2:… See the full description on the dataset page: https://huggingface.co/datasets/zhu-xlab/So2Sat-LCZ42.geospatialimage-classification3 likes460 downloads7mo agoHugging Face23Xin-Rui /ImageTime_Benchmark ImagineTime Benchmark This dataset repository contains the public benchmark assets for ImagineTime, released with the paper “Can Image Models Imagine Time?” Paper: arXiv:2606.10620 ImagineTime evaluates whether image generation models can produce ordered 2x2 motion sheets with coherent entities, spatial relations, state transitions, interactions, and task constraints. Contents cases/ 750 benchmark cases. Each case includes process specs, prompts… See the full description on the dataset page: https://huggingface.co/datasets/Xin-Rui/ImageTime_Benchmark.text-to-image1K<n<10K3 likes419 downloads4mo agoHugging Face24realsudarshan /chest-xray-tb-pneumonia Chest X-Ray: Tuberculosis, Pneumonia & Normal A curated chest X-ray image dataset for three-class classification: NORMAL, PNEUMONIA, and TUBERCULOSIS. Derived from public sources (NIH Chest X-ray Dataset, RSNA Pneumonia Detection Challenge, Kaggle TB datasets) and split into train/validation/test sets. Dataset Structure final_dataset/ ├── train/ # 9,097 images (NORMAL=3,911 | PNEUMONIA=2,971 | TUBERCULOSIS=2,215) ├── val/ # 1,950 images… See the full description on the dataset page: https://huggingface.co/datasets/realsudarshan/chest-xray-tb-pneumonia.imageimage-classification10K<n<100K0 likes360 downloads1mo agoHugging Face25Xiaoxin888888 /STimage-1K4M STimage-1K4M Dataset Welcome to the STimage-1K4M Dataset repository. This dataset is designed to foster research in the field of spatial transcriptomics, combining high-resolution histopathology images with detailed gene expression data. Update Feb 12, 2025 We corrected a typo in meta file (changed "Human_Brain+Kidney_10X_02212023_Visium" to "Mouse_Brain+Kidney_10X_02212023_Visium"). Please refer to meta_all_gene02122025.csv for the newest meta data. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Xiaoxin888888/STimage-1K4M.imageimage-feature-extraction100B<n<1T0 likes288 downloads6mo agoHugging Face26arudaev /chest-xray-14 NIH Chest X-ray14 — Processed for CheXVision This dataset wraps the NIH Chest X-ray14 dataset, preprocessed for the CheXVision project. Labels Label Count Prevalence Infiltration 19,894 17.7% Effusion 13,317 11.9% Atelectasis 11,559 10.3% Nodule 6,331 5.6% Mass 5,782 5.2% Pneumothorax 5,302 4.7% Consolidation 4,667 4.2% Pleural_Thickening 3,385 3.0% Cardiomegaly 2,776 2.5% Emphysema 2,516 2.2% Edema 2,303 2.1% Fibrosis 1,686 1.5%… See the full description on the dataset page: https://huggingface.co/datasets/arudaev/chest-xray-14.imageimage-classification100K<n<1M0 likes273 downloads5mo agoHugging Face27dnamodel /xraydar-multimodal X-Raydar Multimodal Chest X-Ray Dataset A multimodal dataset of 979 chest X-ray examinations, each with: Chest X-ray image (full-resolution PNG, anonymised) Consensus image-level labels (37 radiological findings, agreed by two expert radiologists with adjudication) Bounding box annotations on the image from each annotator independently (localising each finding) Original radiology report text Report span annotations (token-level labels across 45 categories) This dataset combines… See the full description on the dataset page: https://huggingface.co/datasets/dnamodel/xraydar-multimodal.imageimage-classificationn<1K0 likes243 downloads6mo agoHugging Face28xiang709 /REOBenchgated Folder/File Descriptions AID/AID_train.zip: Contains all AID images in the training set. AID/AID_test.zip: Contains images in the test set under perturbation. AID/AID_JSON/: Contains JSON files for zero-shot evaluation of LLM-based models. Potsdam/Potsdam_Images_trian.zip: Contains all Potsdam images in the training set. Potsdam/Potsdam_Anns_trian.zip: Contains annotations for images in the training set. Potsdam/Potsdam_Images_test.zip: Contains Potsdam test images under… See the full description on the dataset page: https://huggingface.co/datasets/xiang709/REOBench.imageimage-classification10K<n<100K4 likes221 downloads1y agoHugging Face29cubert-gmbh /XMR_Demo_Industrial_Foreign_Object_Detection_Lentils Demo for Hyperspectral Foreign-Object Detection in Lentils Video spectroscopy beyond the visible spectrum, applied to foreign-object detection on a sliding lentil conveyor. Captured with a Cubert Ultris XMR camera — 61 bands per pixel, 430–910 nm, 1080 × 1000 pixels at 4 fps. Foreign-object detection in food sorting is a general industrial-inspection problem — the rejected target could be a stone, a stem, a piece of packaging, a metal shard, or an insect. In this… See the full description on the dataset page: https://huggingface.co/datasets/cubert-gmbh/XMR_Demo_Industrial_Foreign_Object_Detection_Lentils.videoimage-segmentationn<1K0 likes217 downloads5mo agoHugging Face30Sharon2105 /chest-xray-14 NIH Chest X-ray14 — Processed for CheXVision This dataset wraps the NIH Chest X-ray14 dataset, preprocessed for the CheXVision project. Labels Label Count Prevalence Infiltration 19,894 17.7% Effusion 13,317 11.9% Atelectasis 11,559 10.3% Nodule 6,331 5.6% Mass 5,782 5.2% Pneumothorax 5,302 4.7% Consolidation 4,667 4.2% Pleural_Thickening 3,385 3.0% Cardiomegaly 2,776 2.5% Emphysema 2,516 2.2% Edema 2,303 2.1% Fibrosis 1,686 1.5%… See the full description on the dataset page: https://huggingface.co/datasets/Sharon2105/chest-xray-14.imageimage-classification100K<n<1M0 likes149 downloads1mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.