DeepNinja07x / Python_Scripts

It contains all the Python Programs, whether it's a GUI, basic, Data Structures, etc. It's a collection of some great Python scripts from basic to advance levels for automating some monotonous tasks.
The Unlicense
32 stars 56 forks source link

Brain Tumor Classification using Pytorch Lightning CNN #168

Open nila-2003 opened 1 year ago

nila-2003 commented 1 year ago

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.

image