Transfer learning and classification of brain tumor dignose from MRI images.
I use Brain MRI Images for Brain Tumor Detection dataset for this project. Here is kaggle link https://www.kaggle.com/navoneel/brain-mri-images-for-brain-tumor-detection
The dataset consist of yes and no class of brain tumors.
For making the dataset better I find the biggest contour and crop the images with using OpenCV.
Then I use this images with VGG16 pretrained weights. You can see the results of VGG16 from notebook.