Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 635 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 635 Bytes

Brain-Tumor-Detection

Detect brain tumors using a convolutional neural network. Can classify as having "no tumor," "glioma," "meningioma," or "pituitary."

Comes with a Web-UI for testing the network. Select from a bank of available MRI scans and observe the network's predictive results.

Available at https://josh.sizer.dev/brain-tumor-detection

Data source

The data set for this project comes from the Kaggle "Brain Tumor MRI Dataset," uploaded by user "Masoud Nickparavar."

https://www.kaggle.com/masoudnickparvar/brain-tumor-mri-dataset

Great thanks to this individual for making the project accessible and achievable.