datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
NIH-Chest-Xray-14clearwrist-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.
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.nih-chest-xray-14-flatchest-xray-pneumoniaDataset Summary
The dataset is organized into 3 folders (train, test, val) and contains subfolders for each image category (Pneumonia/Normal). There are 5,863 X-Ray images (JPEG) and 2 categories (Pneumonia/Normal).
Chest X-ray images (anterior-posterior) were selected from retrospective cohorts of pediatric patients of one to five years old from Guangzhou Women and Children’s Medical Center, Guangzhou. All chest X-ray imaging was performed as part of patients’ routine clinical care.
For… See the full description on the dataset page: https://huggingface.co/datasets/hf-vision/chest-xray-pneumonia.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.IU-XrayFork of dz-osamu/IU-Xray converted to:
Wrap images as binary objects
Reformat as standard SFT (ShareGPT-OpenAI messages) dataset format.
Metadata
Name
#train
#val
#test
img#train
img#val
img#test
IU-Xray
2,069
296
590
4,138
592
1,180
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
PadChest-GR-Xraydental-panoramic-xray-yolo
Dental Panoramic X-Ray Detection Dataset (YOLO Format)
Combined dataset for dental pathology detection on panoramic radiographs, in YOLO format. Built for training liodon-ai/dental-panoramic-detector.
Classes
ID
Name
Description
0
caries
Dental caries and deep caries
1
periapical_lesion
Periapical / apical periodontitis
2
impacted_tooth
Impacted and wisdom teeth
Dataset Sources
Source
Images
Boxes
License
DENTEX
724
3… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/dental-panoramic-xray-yolo.IU-XrayIU-Xray-RRG
IU-Xray-RRG: Radiology Report Generation Subsets
IU-Xray-RRG packages two evaluation-focused slices from the IU X-Ray collection for radiology report generation experiments. Each configuration pairs a single-view chest radiograph (frontal) with the corresponding section of the diagnostic report, mirroring the benchmarks used in the CCD studies.
📚 Dataset Overview
Subset
Section Target
Split
#Samples
View Type
findings_section
Findings
test
3307
Frontal… See the full description on the dataset page: https://huggingface.co/datasets/X-iZhang/IU-Xray-RRG.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.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.iu-xraychest-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.goes-xray-flux
GOES Solar X-Ray Flux (1-Minute)
Credit: NASA/SDO
Part of a dataset collection on Hugging Face.
Dataset description
Solar soft X-ray flux from the GOES X-Ray Sensor (XRS), the operational backbone of solar flare monitoring. Updated daily from NOAA SWPC, growing incrementally at 1-minute cadence.
The GOES (Geostationary Operational Environmental Satellite) X-Ray Sensor measures the Sun's soft X-ray irradiance in two wavelength bands: a "short" 0.05-0.4 nm… See the full description on the dataset page: https://huggingface.co/datasets/juliensimon/goes-xray-flux.IU-Xray-RRG
IU-Xray-RRG: Radiology Report Generation Subsets
IU-Xray-RRG packages two evaluation-focused slices from the IU X-Ray collection for radiology report generation experiments. Each configuration pairs a single-view chest radiograph (frontal) with the corresponding section of the diagnostic report, mirroring the benchmarks used in the CCD studies.
📚 Dataset Overview
Subset
Section Target
Split
#Samples
View Type
findings_section
Findings
test
3307
Frontal… See the full description on the dataset page: https://huggingface.co/datasets/HEMAN0088/IU-Xray-RRG.chest-xrays-indiana-universitychest-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.x-ray_acl-dataset
Data Source
https://universe.roboflow.com/roboflow-100/acl-x-ray
Dataset Card Authors
Mahadi Hassan
Dataset Card Contact
mahadise01@gmail.com
Linkdin: https://www.linkedin.com/in/mahadise01
Github: https://github.com/Mahadih534
chandra_xray_eventfilesxraydar-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.Chest_Xray_N_Hot_Augllm-xray-lesion-scans
VG1 status · 22 September 2026 (Europe/Istanbul)
The 7B class opened on 21 September 2026. Any registered account may scan the repositories on the eligible list of the scope page — sixteen exact Apache-2.0 revisions, fifteen of which currently publish safetensors weights and can be scanned — within the free allowance of 20 browser scans and two distinct source models per calendar month. 7B-class repositories (Qwen2.5-7B, Qwen2.5-7B-Instruct) run as single-model quantization… See the full description on the dataset page: https://huggingface.co/datasets/tetracta/llm-xray-lesion-scans.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.iu-xray-datasetNIH-Chest-Xray-14X-RAY_images_with_reports
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/mariam-srour/X-RAY_images_with_reports.xray-balanced-datasetmodel-xray-gallery
VG1 status · 22 September 2026 (Europe/Istanbul)
The 7B class opened on 21 September 2026. Any registered account may scan the repositories on the eligible list of the scope page — sixteen exact Apache-2.0 revisions, fifteen of which currently publish safetensors weights and can be scanned — within the free allowance of 20 browser scans and two distinct source models per calendar month. 7B-class repositories (Qwen2.5-7B, Qwen2.5-7B-Instruct) run as single-model quantization… See the full description on the dataset page: https://huggingface.co/datasets/tetracta/model-xray-gallery.
