Python_Scripts
Python_Scripts copied to clipboard
Brain Tumor Classification using Pytorch Lightning CNN
What does this PR introduce?
The PR adds a deep learning file, that classifies whether a person has brain tumor or not. The model has been trained on Kaggle dataset brain_tumor, and uses the Pytorch Lightning CNN model as the classifier.