CoolFace
Datasetpublic

huseyincavus/Brain_Cancer_MRI_Classsification

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… See the full description on the dataset page: https://huggingface.co/datasets/huseyincavus/Brain_Cancer_MRI_Classsification.

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
3likes614downloads
Dataset Card

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('huseyincavus/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.