Datasets:
File size: 885 Bytes
b47ac6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # Brain Cancer MRI Classification Dataset
This dataset contains MRI images for brain cancer classification, organized for machine learning tasks. It is suitable for use with Hugging Face datasets and model training.
## Dataset Structure
- `classification/Training/` - Training images, organized by cancer type (e.g., glioma, meningioma, pituitary)
- `classification/Testing/` - Testing images, organized similarly
## Labels
- `glioma`
- `meningioma`
- `pituitary`
- `notumor`
## Usage
You can use this dataset for:
- Image classification
- Deep learning model training
- Medical image analysis
## Example
```python
from datasets import load_dataset
dataset = load_dataset('path/to/Brain_Cancer_MRI_Classsification')
```
## Citation
Kaggle: https://www.kaggle.com/datasets/huseyincavus/brainmri-classification
## License
This dataset is licensed under the Apache License 2.0.
|