devpatel1012 commited on
Commit
9054417
·
verified ·
1 Parent(s): 2311f30

Update README.me

Browse files
Files changed (1) hide show
  1. README.md +140 -12
README.md CHANGED
@@ -1,17 +1,145 @@
1
  ---
2
- license: mit
 
 
3
  task_categories:
4
- - image-classification
 
5
  language:
6
- - en
 
7
  tags:
8
- - Image
9
- - Vision
10
- - VisionEncoder
11
- - Brain
12
- - BrainTumorClassification
13
- - Biology
14
- - Medical
 
15
  size_categories:
16
- - 1K<n<10K
17
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+
3
+ ---
4
+
5
  task_categories:
6
+ - image-classification
7
+
8
  language:
9
+ - en
10
+
11
  tags:
12
+ - Image
13
+ - Vision
14
+ - VisionEncoder
15
+ - Brain
16
+ - BrainTumorClassification
17
+ - Biology
18
+ - Medical
19
+
20
  size_categories:
21
+ - 10K<n<100K
22
+
23
+ pretty_name: BrainTumorClassification
24
+
25
+ ---
26
+
27
+ # BrainTumorClassification
28
+
29
+ A large-scale curated brain MRI image dataset for multi-class brain tumor classification and medical imaging research.
30
+
31
+ ## Dataset Overview
32
+
33
+ **BrainTumorClassification** is a curated collection of **16,599 brain MRI images** designed for training and evaluating machine learning and deep learning models for brain tumor classification.
34
+
35
+ The dataset contains four diagnostic categories:
36
+
37
+ * Glioma
38
+ * Meningioma
39
+ * Pituitary Tumor
40
+ * No Tumor
41
+
42
+ This dataset was developed through the curation, validation, and reorganization of publicly available Brain Tumor MRI datasets, primarily derived from widely used Kaggle sources. Additional quality checks, data verification, and structural improvements were performed to create a larger and more accessible resource for the research community.
43
+
44
+ ## Dataset Structure
45
+
46
+ ```text
47
+ BrainTumorClassification/
48
+
49
+ ├── train/
50
+ │ ├── _classes.csv
51
+ │ ├── part1/
52
+ │ │ └── MRI images
53
+ │ │
54
+ │ └── part2/
55
+ │ └── MRI images
56
+
57
+ ├── valid/
58
+ │ ├── _classes.csv
59
+ │ └── MRI images
60
+
61
+ └── test/
62
+ ├── _classes.csv
63
+ └── MRI images
64
+ ```
65
+
66
+ ### Train Split
67
+
68
+ The training split contains the majority of images and is divided into `part1` and `part2` directories. Both folders contain MRI images used for model training, while `_classes.csv` stores the corresponding label information.
69
+
70
+ ### Validation Split
71
+
72
+ The validation split contains MRI images used for model selection, hyperparameter tuning, and performance monitoring during training. Labels are provided through the accompanying `_classes.csv` file.
73
+
74
+ ### Test Split
75
+
76
+ The test split contains MRI images reserved for final evaluation and benchmarking. Labels are provided through the corresponding `_classes.csv` file.
77
+
78
+ ## Dataset Statistics
79
+
80
+ | Property | Value |
81
+ | ------------ | -------------------- |
82
+ | Total Images | 16,599 |
83
+ | Classes | 4 |
84
+ | Task | Image Classification |
85
+ | Domain | Medical Imaging |
86
+ | Modality | Brain MRI |
87
+ | License | MIT |
88
+
89
+ ## Classification Labels
90
+
91
+ | Label | Description |
92
+ | ---------- | ------------------------------------------------- |
93
+ | Glioma | Brain MRI scans containing Glioma tumors |
94
+ | Meningioma | Brain MRI scans containing Meningioma tumors |
95
+ | Pituitary | Brain MRI scans containing Pituitary tumors |
96
+ | No Tumor | Brain MRI scans without detectable tumor presence |
97
+
98
+ ## Data Curation
99
+
100
+ This dataset was created through a structured curation pipeline that included:
101
+
102
+ * Collection from publicly available Brain Tumor MRI datasets.
103
+ * Verification of image-label consistency.
104
+ * Removal of corrupted or unusable files.
105
+ * Reorganization into a standardized directory structure.
106
+ * Quality validation and dataset cleaning.
107
+ * Preparation for machine learning and deep learning workflows.
108
+
109
+ The goal of this effort was to provide a larger, cleaner, and easier-to-use dataset for researchers, students, and practitioners working on medical image classification.
110
+
111
+ ## Intended Uses
112
+
113
+ This dataset is suitable for:
114
+
115
+ * Brain tumor classification
116
+ * Deep learning research
117
+ * Computer vision applications
118
+ * Transfer learning experiments
119
+ * Vision Transformer (ViT) training
120
+ * Explainable AI (XAI)
121
+ * Medical imaging research
122
+ * Academic projects and benchmarking
123
+
124
+ ## Citation
125
+
126
+ If you use this dataset in your research, publication, thesis, report, or product, please cite:
127
+
128
+ ```bibtex
129
+ @dataset{patel2025braintumorclassification,
130
+ author = {Dev Patel},
131
+ title = {BrainTumorClassification: A Curated Brain MRI Classification Dataset},
132
+ year = {2025},
133
+ publisher = {Hugging Face},
134
+ url = {https://huggingface.co/datasets/devpatel1012/BrainTumorClassification}
135
+ }
136
+ ```
137
+ ##
138
+
139
+ ---
140
+
141
+ **Curated by Dev Patel**
142
+
143
+ **Total Images:** 16,599
144
+
145
+ **Task:** Multi-Class Brain Tumor Classification