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
01BahaaEldin0 /NIH-Chest-Xray-14image100K<n<1M15 likes3.4k 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 likes2.6k downloads24d agoHugging Face03iraqigold /nih-chest-xray-14-flatimage100K<n<1M0 likes1.9k downloads3mo agoHugging Face04hf-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.4k downloads3y agoHugging Face05ASD9987 /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 Face06CAIR-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.2k downloads1mo agoHugging Face07yeigen /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.2k downloads6mo agoHugging Face08JasonZZ0601 /PadChest-GR-Xrayimage1K<n<10K0 likes1.2k downloads1y agoHugging Face09liodon-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.1k downloads3mo agoHugging Face10dz-osamu /IU-Xrayimage1K<n<10K3 likes1.1k downloads2y agoHugging Face11X-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 likes965 downloads9mo agoHugging Face12keremberke /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 likes811 downloads4y agoHugging Face13exalsius /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 Face14simwit /iu-xrayimagen<1K0 likes509 downloads8mo agoHugging Face15arudaev /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 likes476 downloads5mo agoHugging Face16juliensimon /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 likes448 downloads13h agoHugging Face17HEMAN0088 /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 likes419 downloads7mo agoHugging Face18sasi2004 /chest-xrays-indiana-universityimage1K<n<10K0 likes376 downloads2y agoHugging Face19realsudarshan /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 likes367 downloads1mo agoHugging Face20Mahadih534 /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 likes346 downloads2y agoHugging Face21StevenDillmann /chandra_xray_eventfiles0 likes318 downloads11mo agoHugging Face22dnamodel /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 likes242 downloads6mo agoHugging Face23Tsomaros /Chest_Xray_N_Hot_Augimage10K<n<100K0 likes239 downloads1y agoHugging Face24tetracta /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 — 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.tabularothern<1K1 likes228 downloads10m agoHugging Face25arudaev /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 likes223 downloads5mo agoHugging Face26jkottu /iu-xray-datasettext1K<n<10K1 likes219 downloads3y agoHugging Face27Kashif-5 /NIH-Chest-Xray-14image100K<n<1M0 likes209 downloads9d agoHugging Face28mariam-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 likes208 downloads2y agoHugging Face29tta1301 /xray-balanced-datasetimage10K<n<100K0 likes199 downloads5mo agoHugging Face30tetracta /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 — 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.tabularn<1K1 likes189 downloads10m agoHugging Face

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