Classifying MRI scans between tumor and healthy brains using a Vision Transformer. My first ever trial with all this AI stuff :)
- Has a from-scratch implementation of a Vision Transformer using hyperparameters from the original research paper
- Has an implementation with a Pretrained-Vit, which made the results better
Data used: https://www.kaggle.com/datasets/preetviradiya/brian-tumor-dataset
Original research paper: https://arxiv.org/abs/2010.11929