Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

wandiyajames-arch/brain-tumor-classification-teams-gedeon-james

Domain:

healthcare

Record type:

project
Creator:
wan
Host:
deep learning competition at AIms senegal # 🧠 Brain Tumor Classification from MRI Scans > Deep learning pipeline for brain tumor detection and classification using MRI images β€” from raw data cleaning to transfer learning with performance comparison. --- ## πŸ“Œ Project Overview Brain tumors are abnormal cell growths within the brain. Due to the rigid structure of the skull, any abnormal growth can increase intracranial pressure and potentially lead to severe neurological damage. **Early detection and accurate classification are critical** for selecting appropriate treatment strategies and improving patient outcomes. This project builds a complete end-to-end deep learning pipeline to classify brain MRI scans into 4 categories: | Class | Description | |---|---| | πŸ”΄ Glioma | Tumor originating from glial cells | | 🟠 Meningioma | Tumor arising from the meninges | | 🟑 Pituitary | Tumor in the pituitary gland | | 🟒 No Tumor | Healthy brain scan | --- ## πŸ“‚ Dataset **Source:** Brain Tumor MRI Dataset β€” Kaggle ``` dataset/ β”œβ”€β”€ Training/ β”‚ β”œβ”€β”€ glioma/ (1,400 images) β”‚ β”œβ”€β”€ meningioma/ (1,400 images) β”‚ β”œβ”€β”€ pituitary/ (1,400 images) β”‚ └── notumor/ (1,400 images) └── Testing/ β”œβ”€β”€ glioma/ (300 images) β”œβ”€β”€ meningioma/ (300 images) β”œβ”€β”€ pituitary/ (300 images) └── notumor/ (300 images) ``` ### ⚠️ Real-World Data Challenges This dataset reflects real clinical imaging conditions: - **Noisy images** β€” MRI artifacts, varying orientations, different slice planes - **Blurry or poorly framed** scans - **Inconsistent resolutions** across images - **Class imbalance** between tumor and non-tumor samples These challenges are treated explicitly in the preprocessing pipeline. --- ## πŸ› οΈ Pipeline ### Step 1 β€” Data Collection & Exploration - Download dataset from Kaggle - Analyze class distribution - Identify and visualize problematic images (blurry, corrupt, artifacts) ### Step 2 β€” Cleaning & Preprocessing - Remove corrupted or overly blurry images - Resize all images to ** …

Visit

github.com

Tasks

computer visionimage classification

Similar

Yollanda-umutoni/Brain-tumor-classification-researchLightweight Deep Learning Models for Brain Tumor ClassificationJames-Beta/James-Beta-classification-hackathonDebarghya-Mandal/brain-tumor-segmentationTransfer Learning Using Convolutional Neural Network Architectures for Brain Tumor Classification from MRI ImagesBraTS-Africa Dataset (Brain Tumor Segmentation Africa)

Yollanda-umutoni/Brain-tumor-classification-research

This repository hosts the code, trained models, and documentation from my Master's thesis: "Evaluati

Lightweight Deep Learning Models for Brain Tumor Classification

Differentiating brain tumours by MRI using computer algorithms remains a huge challenge in clinical

James-Beta/James-Beta-classification-hackathon

South African Language Identification Hack 2022

Debarghya-Mandal/brain-tumor-segmentation

# Brain Tumor Segmentation & Survival Prediction Deep learning pipeline on BraTS2020 dataset. ## W

Transfer Learning Using Convolutional Neural Network Architectures for Brain Tumor Classification from MRI Images

Part 3: Image processing International audience Brain tumor classification is very im

BraTS-Africa Dataset (Brain Tumor Segmentation Africa)

Brain tumor detection, segmentation, and diagnosis; medical image analysis. Notes / challenges: Lim