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.
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:
Example:
{
"image": <PIL.Image>,
"label": 0
}