Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 770 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 770 Bytes

Brain_Tumor_Diagnose_VGG16

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. indir

For making the dataset better I find the biggest contour and crop the images with using OpenCV.

indir (1)

Then I use this images with VGG16 pretrained weights. You can see the results of VGG16 from notebook.