CoolFace
Datasetpublic

Thinnaphat/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… See the full description on the dataset page: https://huggingface.co/datasets/Thinnaphat/CHEST-XRAY-CPE-OPH2025.

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes23downloads
Dataset Card

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 evaluation of image classification models.


Dataset Structure

Each entry in the dataset contains:

FieldTypeDescription
imageImageChest X-Ray image (PIL.Image object)
labelintClass index corresponding to the Pneumonia category

Example:

json
{
  "image": <PIL.Image>,
  "label": 0
}