During my first year as part of Northwestern’s IEEE Student Chapter I helped create a web app that diagnoses brain tumors from MRI scans with a classification ML model.
Machine assisted medical imaging hsa a large potential to save lives, as early diagnosis of tumors can improve cancer patient rates by up to 400%. Existing solutions are underutilized in hospitals due to factors including inaccessibility and cost.
sumMRI is a web platform that makes it simpler and easier for anyone to diagnose brain tumors from MRI scans with a classification ML model. Using two convolutional neural networks (CNNs), sumMRI can detect if a brain tumor is present in an MRI scan and where the specific brain tumor is located. This tool can help neurologists short-circuit human error while examining MRI scans.
This is the part I created! As part of the team, I focused on building the ML Image Segmentation Model, which detects the location of a brain tumor.
Here’s a demo that other team members worked on of the program running on a website.