lxyuan/vit-xray-pneumonia-classification
Image Classification • 85.8M • Updated • 1.31k • • 6
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
['NORMAL', 'PNEUMONIA']
{'train': 4077, 'test': 582, 'valid': 1165}
pip install datasets
from datasets import load_dataset
ds = load_dataset("keremberke/chest-xray-classification", name="full")
example = ds['train'][0]
https://universe.roboflow.com/mohamed-traore-2ekkp/chest-x-rays-qjmia/dataset/2
CC BY 4.0
This dataset was exported via roboflow.ai on March 31, 2022 at 3:11 PM GMT
It includes 5824 images. Pneumonia are annotated in folder format.
The following pre-processing was applied to each image:
No image augmentation techniques were applied.