A deep learning based model is developed to detect brain tumor from MRI images. Transfer learning technique has been used for detection.
Original dataset used in this project has been collected from Kaggle which contains 253 MRI images of the brain.
This code is based on Keras, which requires Tensorflow as the backend.
Steps needed to complete the whole task are as follows:
- Data Collection
- Image Augmentation
- Data Preprocessing
- Data Normalization
- Set up Pre-Trained VGG19 Model
- Train and Validate
- Performance Evaluation
Following image shows 10 random test images, their predicted labels and ground truth.