Our Brain Tumour MRI Detection System is a cutting-edge medical AI platform designed to assist clinicians in the rapid and accurate classification of brain tumours from MRI scans. Leveraging advanced deep learning models, this project demonstrates the transformative potential of AI in neuro-oncology diagnostics, streamlining workflows and supporting expert decision-making.
📦 BRAIN TUMOUR MRI DETECTION ├── 📁 userapp/ │ ├── views.py # User dashboard & detection logic │ ├── models.py # User data models │ └── templates/ # User-facing HTML templates ├── 📁 adminapp/ │ ├── views.py # Admin dashboard & analytics │ └── templates/ # Admin HTML templates ├── 📁 mainapp/ │ ├── settings.py # Django settings │ ├── urls.py # URL routing │ └── wsgi.py # WSGI config ├── 📁 Brain_Tumour_MRI/ │ ├── models/ # Deep learning model scripts │ │ ├── densenet.py │ │ ├── xception.py │ │ └── mobilenet.py │ ├── utils/ # Preprocessing & evaluation │ │ ├── preprocessing.py │ │ └── evaluation.py │ └── data/ # MRI images & labels │ ├── images/ │ └── labels/ ├── 📁 Database │ ├── db.sqlite3 # SQLite database │ └── media/uploads/ # User-uploaded MRI scans └── 📁 Assets & Environment ├── assets/images/ # Static images ├── assets/css/ # Stylesheets ├── assets/js/ # JavaScript files └── env/ # Python virtual environment
Metric | DenseNet | Xception | MobileNet |
---|---|---|---|
Accuracy | 55.0% | 61.9% | 61.9% |
Processing Time | 2s | 2s | 2s |
Input Size | 224x224x3 | 224x224x3 | 224x224x3 |
Model Size | 30MB | 25MB | 18MB |
Need a custom AI solution? Let’s build a cutting-edge system together.
You can access a free sample or unlock full source code including model files, deployment scripts, and setup guide.
Includes: Source code, web app files, trained models, dataset (optional), and deployment video.