Here I have used a publicly available dataset on Kaggle and used several classification algorithms to classify the tumor. There are 4 classes in the dataset:
- Glioma Tumor
- Meningioma Tumor
- Pituitary Tumor
- No Tumor
- PyTorch
I use the following models to classify Brain Tumor:
- AlexNet
- MobileNetV2
- VGG16
I have saved the best performing model in the Saved Models
folder.
- Single Inference has been done the separate notebook
Inference.ipynb
on the test_loader dataset which has not been used to train the models. - Inference outputs are saved in the
Inference Images
folder. Training Results
folder contains the training results of the models during training for example, training loss, validation loss, training accuracy, validation accuracy, etc.
Thank you for visiting my repository. If you liked it, please give a star ⭐️⭐