ChestXray8_CLAHE_StratifySplit is a dataset of chest X-ray images, likely derived from the NIH ChestX-ray8 collection. The title suggests the images have undergone CLAHE (Contrast Limited Adaptive Histogram Equalization) preprocessing and have been split using a stratified method. It is hosted on Kaggle, but the original author and specific collection details are not provided.
Use Cases
- Training a model to classify thoracic pathologies from X-ray images (inferred from domain, verify after download)
- Benchmarking image enhancement techniques like CLAHE on medical data (inferred from domain, verify after download)
- Developing stratified data splits for robust model evaluation in medical imaging (inferred from domain, verify after download)
Strengths
- Published on Kaggle, a platform with an active community for sharing datasets and code.
Limitations
- Metadata is minimal; actual content requires verification after download.
- Column-level documentation is absent; field semantics must be inferred after download.
- Row count and file size are unknown, which may limit suitability assessment.
Provenance
- Collection Method
- Likely derived from the NIH ChestX-ray8 dataset with applied image preprocessing and data splitting.