CoolFace
29 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 likes6.3k downloads2y agoHugging Face02Layered-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 likes1.9k downloads28d agoHugging Face03ASD9987 /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 Face04electricsheepafrica /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 likes968 downloads2mo agoHugging Face05keremberke /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 likes625 downloads4y 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 likes557 downloads6mo agoHugging Face07arudaev /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 likes550 downloads5mo agoHugging Face08exalsius /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 likes484 downloads10mo agoHugging Face09realsudarshan /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 likes358 downloads1mo agoHugging Face10arudaev /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 likes256 downloads5mo agoHugging Face11dnamodel /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 likes232 downloads6mo agoHugging Face12Sharon2105 /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 likes153 downloads1mo agoHugging Face13trpakov /chest-xray-classification Dataset Labels ['PNEUMONIA', 'NORMAL'] Number of Images {'test': 582, 'valid': 1165, 'train': 12230} How to Use Install datasets: pip install datasets Load the dataset: from datasets import load_dataset ds = load_dataset("trpakov/chest-xray-classification", name="full") example = ds['train'][0] Roboflow Dataset Page https://universe.roboflow.com/mohamed-traore-2ekkp/chest-x-rays-qjmia/dataset/3 Citation License… See the full description on the dataset page: https://huggingface.co/datasets/trpakov/chest-xray-classification.imageimage-classification10K<n<100K9 likes106 downloads4y agoHugging Face14chimbiwide /synthetic-chest-xray-pneumonia Synthetic Chest X-Ray Pneumonia Dataset Dataset Description This dataset contains synthetic chest X-ray images generated using Stable Diffusion 2.1 fine-tuned with DreamBooth on the hf-vision/chest-xray-pneumonia dataset. Purpose Created for a science fair project investigating whether synthetic medical images generated by diffusion models can improve pneumonia classifier accuracy. Research Question Can synthetic chest X-ray images generated by a… See the full description on the dataset page: https://huggingface.co/datasets/chimbiwide/synthetic-chest-xray-pneumonia.imageimage-classification1K<n<10K0 likes94 downloads7mo agoHugging Face15jeremymboe /datasetandoutput_fpPCD_Xray Chest X-Ray Restoration & Classification — Dataset + Pipeline Outputs Companion dataset for the project Restorasi dan Klasifikasi Citra X-Ray Dada Berbasis Filter Spasial, Frekuensi, dan Peningkatan ROI (GitHub). Contains the raw input dataset (data/) and every artifact generated by the pipeline (output/): filtered/enhanced images, classification logs, and evaluation reports. Contents data/ ├── corrupted/ 2500 degraded chest X-ray PNGs (pipeline… See the full description on the dataset page: https://huggingface.co/datasets/jeremymboe/datasetandoutput_fpPCD_Xray.imageimage-classificationn<1K0 likes93 downloads3mo agoHugging Face16Az-r-ow /chest_xray Zoidberg2.0 The data has been taken from kaggle Usage Install Hugging Face's datasets library pip install datasets Load the dataset with the following lines from datasets import load_dataset dataset = load_dataset("Az-r-ow/chest_xray") For more information on how to manipulate the data checkout the docs imageimage-classification1K<n<10K3 likes92 downloads2y agoHugging Face17Pranesh535 /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<1M0 likes59 downloads10mo agoHugging Face18Manas2703 /chest-xray-14 NIH Chest X-ray14 Dataset Dataset Description This dataset contains 112120 chest X-ray images with multiple disease labels per image. Labels Atelectasis, Cardiomegaly, Consolidation, Edema, Effusion, Emphysema, Fibrosis, Hernia, Infiltration, Mass, No Finding, Nodule, Pleural_Thickening, Pneumonia, Pneumothorax Dataset Structure Train split: 78484 images Validation split: 16818 images Test split: 16818 images Data Format This dataset is… See the full description on the dataset page: https://huggingface.co/datasets/Manas2703/chest-xray-14.textimage-classification10K<n<100K0 likes51 downloads2y agoHugging Face19realzdlegend /breast_cancer_xrayimageimage-classificationn<1K2 likes47 downloads3y agoHugging Face20AiresPucrs /chest-xray Chest-Xray (Teeny-Tiny Castle) This dataset is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research. How to Use from datasets import load_dataset dataset = load_dataset("AiresPucrs/chest-xray", split = 'train') imageimage-classification1K<n<10K1 likes43 downloads2y agoHugging Face21pulmo /chest-xray-images Please read this paper about evaluation issues: https://arxiv.org/abs/2004.12823 and https://arxiv.org/abs/2004.05405 COVID-19 image data collection (🎬 video about the project) Project Summary: To build a public open dataset of chest X-ray and CT images of patients which are positive or suspected of COVID-19 or other viral and bacterial pneumonias (MERS, SARS, and ARDS.). Data will be collected from public sources as well as through indirect collection from hospitals and… See the full description on the dataset page: https://huggingface.co/datasets/pulmo/chest-xray-images.imageimage-classificationn<1K0 likes29 downloads5mo agoHugging Face22opencampus /chest-xray-pneumonia-3class-balanced Chest X-Ray (Pneumonia) — 3-class balanced (opencampus Week 6) Prepared dataset for the opencampus applied ML Week 6 assignment. Classes NORMAL BACTERIAL_PNEUMONIA VIRAL_PNEUMONIA Layout chest_xray/ ├── train/ └── val/ unseen/ Colab / notebook download For Google Colab, download the prepared archive (~1 GB) and pretrained weights from this repo: chest_xray_prepared.zip — contains chest_xray/ and unseen/ resnet18_chest_xray_classifier_weights.pth… See the full description on the dataset page: https://huggingface.co/datasets/opencampus/chest-xray-pneumonia-3class-balanced.imageimage-classification1K<n<10K0 likes26 downloads4mo agoHugging Face23Thinnaphat /CHEST-XRAY-CPE-OPH2025 CHEST-XRAY-CPE-OPH2025 Description This dataset is a curated subset of Chest X-Ray Images (Pneumonia) from kaggle.It was specifically prepared for educational purposes in the KMUTT CPE OpenHouse 2025 workshop. Only selected classes of Thai food are included, and corrupted images were removed to ensure smooth training and evaluation. The dataset provides labeled images of Chest X-Ray, useful for practicing deep learning workflows such as preprocessing, training, and… See the full description on the dataset page: https://huggingface.co/datasets/Thinnaphat/CHEST-XRAY-CPE-OPH2025.imageimage-classification1K<n<10K1 likes23 downloads1y agoHugging Face24timm /nih-chest-xray-14 Description The NIH ChestX-ray14 dataset (NIH Clinical Center), an extension of ChestX-ray8 from the CVPR 2017 paper. It has 112,120 frontal-view chest X-rays of 30,805 unique patients. Each image is labelled with any of 14 thoracic findings, text-mined from the associated radiology reports with NLP. ' ChestX-ray dataset comprises 112,120 frontal-view X-ray images of 30,805 unique patients with the text-mined fourteen disease image labels (where each image can have multi-labels)… See the full description on the dataset page: https://huggingface.co/datasets/timm/nih-chest-xray-14.imageimage-classification100K<n<1M0 likes22 downloads1d agoHugging Face25serag-ai /Synthetic-X-Ray-Dataset Self-Supervised Learning Powered by Synthetic Data From Diffusion Models: Unconditional Synthetic Images for Chest Xray This repository contains a fully synthetic dataset used for the study, Self-Supervised Learning Powered by Synthetic Data From Diffusion Models: Application to X-Ray Images. Abstract: Synthetic data offers a compelling solution to the challenges associated with acquiring high-quality medical data, which is often constrained by privacy concerns and limited… See the full description on the dataset page: https://huggingface.co/datasets/serag-ai/Synthetic-X-Ray-Dataset.imageimage-classification100K<n<1M0 likes21 downloads1y agoHugging Face26inGeniia /chest-xrays-evaluation_cnn-cls 🩻 Chest X-Ray: Detección de Anomalías Dataset de imágenes de radiografías de tórax procesadas para tareas de clasificación binaria (Normal vs Anomalía). Este dataset forma parte del curso de Deep Learning de inGeniia, utilizado para enseñar Redes Convolucionales (CNN) y Transfer Learning con modelos como YOLO11 (modo clasificación). 🖼️ Descripción del Dataset Las imágenes han sido extraídas originalmente de Kaggle y procesadas con técnicas de Data Augmentation para… See the full description on the dataset page: https://huggingface.co/datasets/inGeniia/chest-xrays-evaluation_cnn-cls.image-classification1K<n<10K2 likes17 downloads10mo agoHugging Face27SinKove /synthetic_chest_xraygatedChest XRay dataset with chexpert labels.image-classification10K<n<100K10 likes15 downloads3y agoHugging Face28edgardoporto /chest-xrays-evaluation_cnn-cls 🩻 Chest X-Ray: Detección de Anomalías Dataset de imágenes de radiografías de tórax procesadas para tareas de clasificación binaria (Normal vs Anomalía). Este dataset forma parte del curso de Deep Learning de inGeniia, utilizado para enseñar Redes Convolucionales (CNN) y Transfer Learning con modelos como YOLO11 (modo clasificación). 🖼️ Descripción del Dataset Las imágenes han sido extraídas originalmente de Kaggle y procesadas con técnicas de Data Augmentation para… See the full description on the dataset page: https://huggingface.co/datasets/edgardoporto/chest-xrays-evaluation_cnn-cls.image-classification1K<n<10K0 likes11 downloads5mo agoHugging Face29Shee2001 /chest_x_raygated Dataset Card for NIH Chest X-ray dataset Dataset Summary ChestX-ray dataset comprises 112,120 frontal-view X-ray images of 30,805 unique patients with the text-mined fourteen disease image labels (where each image can have multi-labels), mined from the associated radiological reports using natural language processing. Fourteen common thoracic pathologies include Atelectasis, Consolidation, Infiltration, Pneumothorax, Edema, Emphysema, Fibrosis, Effusion, Pneumonia… See the full description on the dataset page: https://huggingface.co/datasets/Shee2001/chest_x_ray.imageimage-classification100K<n<1M0 likes3 downloads8mo agoHugging Face

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