This project is officially published on Zenodo. You can read the full research paper here: 👉 Read the Paper (DOI: 10.5281/zenodo.18898503)
An end-to-end medical AI solution for the classification and pixel-level segmentation of brain tumors from MRI scans.
- Architecture: YOLOv11 (Latest Generation).
- Accuracy: 98.7% on a balanced dataset of Glioma, Meningioma, Pituitary, and Healthy scans.
- Gatekeeper Pipeline: A dual-pipeline logic that ensures high-confidence results before clinical visualization.
- Deployment: Real-time web interface built with Streamlit.
- Clone the repo:
git clone https://github.com/Shabana2002/Brain-Tumor.git - Install dependencies:
pip install -r requirements.txt - Run the App:
streamlit run app.py
The model provides high-precision masks and classification labels, reducing the time required for manual radiological review.