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
01iraqigold /nih-chest-xray-14-flatimage100K<n<1M0 likes1.8k downloads3mo agoHugging Face02hf-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 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 Face04BahaaEldin0 /NIH-Chest-Xray-14image100K<n<1M15 likes961 downloads2y 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 likes648 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 likes519 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 likes508 downloads10mo agoHugging Face09sasi2004 /chest-xrays-indiana-universityimage1K<n<10K0 likes377 downloads2y agoHugging Face10realsudarshan /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 likes357 downloads1mo agoHugging Face11Tsomaros /Chest_Xray_N_Hot_Augimage10K<n<100K0 likes261 downloads1y agoHugging Face12arudaev /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 likes260 downloads5mo agoHugging Face13Tsomaros /Chest_Xray_N_Hot_Trainimage10K<n<100K0 likes228 downloads1y agoHugging Face14Kashif-5 /NIH-Chest-Xray-14image100K<n<1M0 likes216 downloads11d agoHugging Face15shrinusn77 /nih-chest-xrayimage100K<n<1M1 likes175 downloads8mo agoHugging Face16akash464 /X-ray_chest_images Chest X-Ray Images (Pneumonia) This dataset is a rehosted version of the Chest X-Ray Images (Pneumonia) dataset originally published on Mendeley Data: All images have been converted top rgba images Source: https://data.mendeley.com/datasets/rscbjbr9sj/2 Citation: http://www.cell.com/cell/fulltext/S0092-8674(18)30154-5 License: CC BY 4.0 Data collected from pediatric patients (1–5 years) from Guangzhou Women and Children’s Medical Center. image1K<n<10K1 likes170 downloads1y agoHugging Face1734data /pulmonary-chest-xray-abnormalitiestext1K<n<10K0 likes169 downloads20d agoHugging Face18tta1301 /nih-chest-xray-smallimage1K<n<10K1 likes160 downloads10mo agoHugging Face1934data /coronahack-chest-xraytextn<1K0 likes157 downloads20d agoHugging Face20Sharon2105 /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 Face21medicaldatahf /chest_Xray_reasoning_v2image1K<n<10K0 likes146 downloads10mo agoHugging Face22medicaldatahf /chest_Xray_reasoningimage1K<n<10K0 likes139 downloads10mo agoHugging Face23Medserra /NIH-ChestXray14-Balancedimage10K<n<100K0 likes136 downloads2mo agoHugging Face24trpakov /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 likes107 downloads4y agoHugging Face25pawlo2013 /augmented_chest_xrayimage10K<n<100K0 likes96 downloads2y agoHugging Face26Mahadih534 /Chest_X-Ray_Images-Dataset Data Source https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia 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 likes96 downloads2y agoHugging Face27Az-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 Face28chimbiwide /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 likes92 downloads7mo agoHugging Face29roy-jarjoura /ChestXraysimage100K<n<1M1 likes86 downloads2y agoHugging Face3034data /nih-chest-xraystext1K<n<10K0 likes83 downloads1mo agoHugging Face

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