Skip to content

A Python implementation of the YOLO (You Only Look Once) object detection algorithm, designed for real-time detection and localization of brain tumors in images.

Notifications You must be signed in to change notification settings

reeteesha-roy/Brain-Tumor-Detection-using-YOLOv11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Brain Tumor Detection using YOLOv11

This project leverages YOLOv11n.pt (You Only Look Once) to detect and classify brain tumors in medical images. Using deep learning and computer vision techniques, the model identifies and localizes tumors to support early detection and diagnosis efforts.

The project was deployed as an interactive Streamlit web app, allowing users to upload brain scan images and get instant detection results.


πŸš€ How It Works


πŸ”‘ Key Features

  • 🧠 Real-time object detection optimized for brain MRI images
  • πŸ“ Localization & classification of brain tumors
  • πŸ” Preprocessing pipeline: resizing, normalization, and augmentation
  • πŸ“Š Evaluation metrics: Accuracy, IoU (Intersection over Union), Precision, Recall
  • 🎯 Transfer learning: Pre-trained weights fine-tuned for higher accuracy

βš™οΈ Prerequisites

  • πŸ–₯️ High-performance GPU (NVIDIA RTX 3080 or better recommended)
  • πŸ’Ύ Minimum: 16 GB RAM, 500 GB storage
  • 🐍 Python 3.9+
  • πŸ”§ Required Libraries:
    • PyTorch
    • Ultralytics (for YOLO)
    • Streamlit (for deployment)

πŸ“ˆ Results

  • βœ… Achieved 98% accuracy after 20 epochs of training
  • πŸ§ͺ Consistent performance across validation sets
  • 🌐 Deployed successfully as a Streamlit app for real-time usage

Note: This is a coursework-based project meant for academic exploration and learning. It's not intended for clinical deployment.

About

A Python implementation of the YOLO (You Only Look Once) object detection algorithm, designed for real-time detection and localization of brain tumors in images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published