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 Face02BahaaEldin0 /NIH-Chest-Xray-14image100K<n<1M15 likes3.4k downloads2y 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.2k downloads25d agoHugging Face04iraqigold /nih-chest-xray-14-flatimage100K<n<1M0 likes2k downloads3mo agoHugging Face05hf-vision /chest-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.image1K<n<10K10 likes1.5k downloads3y 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 Face07liodon-ai /dental-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.imageobject-detection10K<n<100K2 likes1.2k downloads3mo agoHugging Face08JasonZZ0601 /PadChest-GR-Xrayimage1K<n<10K0 likes1.1k downloads1y agoHugging Face09CAIR-M3LLM /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 imageimage-to-text1K<n<10K0 likes1.1k downloads1mo agoHugging Face10ASD9987 /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.1k downloads2mo agoHugging Face11dz-osamu /IU-Xrayimage1K<n<10K3 likes988 downloads2y agoHugging Face12X-iZhang /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/X-iZhang/IU-Xray-RRG.image1K<n<10K3 likes973 downloads9mo agoHugging Face13electricsheepafrica /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 likes768 downloads1mo agoHugging Face14keremberke /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 likes720 downloads4y agoHugging Face15exalsius /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 likes557 downloads10mo agoHugging Face16arudaev /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 likes484 downloads5mo agoHugging Face17simwit /iu-xrayimagen<1K0 likes477 downloads8mo agoHugging Face18juliensimon /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.tabulartime-series-forecasting100K<n<1M0 likes450 downloads15h agoHugging Face19HEMAN0088 /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.image1K<n<10K0 likes415 downloads7mo agoHugging Face20sasi2004 /chest-xrays-indiana-universityimage1K<n<10K0 likes382 downloads2y agoHugging Face21realsudarshan /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 likes364 downloads1mo agoHugging Face22LibreYOLO /acl-x-ray Acl X Ray This dataset is part of the Roboflow 100 benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains. Dataset Statistics Split Images Train 2,141 Validation 612 Test 306 Total 3,059 Classes (1) acl Usage With LibreYOLO from libreyolo import LIBREYOLO # Load a model model = LIBREYOLO(model_path="libreyoloXnano.pt") # Train on this dataset… See the full description on the dataset page: https://huggingface.co/datasets/LibreYOLO/acl-x-ray.object-detection1K<n<10K0 likes338 downloads8mo agoHugging Face23Mahadih534 /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 imageobject-detection1K<n<10K0 likes329 downloads2y agoHugging Face24StevenDillmann /chandra_xray_eventfiles0 likes328 downloads11mo agoHugging Face25mariam-srour /X-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.text-generation0 likes308 downloads2y 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 likes277 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 likes276 downloads6mo agoHugging Face28tetracta /model-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 — exact Apache-2.0 revisions, listed there with their status — within the free allowance of 20 browser scans and five distinct source models per calendar month. 7B-class repositories run as single-model quantization simulations. A comparison of two 7B-class checkpoints is currently accepted by the… See the full description on the dataset page: https://huggingface.co/datasets/tetracta/model-xray-gallery.tabularn<1K1 likes255 downloads18h agoHugging Face29tetracta /llm-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 — exact Apache-2.0 revisions, listed there with their status — within the free allowance of 20 browser scans and five distinct source models per calendar month. 7B-class repositories run as single-model quantization simulations. A comparison of two 7B-class checkpoints is currently accepted by the… See the full description on the dataset page: https://huggingface.co/datasets/tetracta/llm-xray-lesion-scans.tabularothern<1K1 likes244 downloads18h agoHugging Face30Mahadih534 /x-ray_bone-fracture-Dataset Data Source https://universe.roboflow.com/roboflow-100/bone-fracture-7fylg Dataset Card Authors Mahadi Hassan Dataset Card Contact mahadise01@gmail.com Linkdin: https://www.linkedin.com/in/mahadise01 Github: https://github.com/Mahadih534 object-detection1K<n<10K1 likes241 downloads2y agoHugging Face

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