Skip to content

Uses UNET and deep learning to locate tumors in brain MRI scans

Notifications You must be signed in to change notification settings

irvincardoza/brain-MRI-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Brain MRI Tumor Segmentation

This project uses a U-Net-based deep learning model for segmenting brain tumors from MRI images. The model has been trained on the LGG Segmentation Dataset and performs binary segmentation to identify tumor regions in MRI scans.


Features

  • Deep Learning Model: A U-Net architecture for accurate tumor segmentation.
  • Preprocessing: Normalizes and resizes MRI images to match the model input.
  • Metrics: Includes Dice Coefficients and Intersection Over Union (IoU) for evaluation.
  • Web Application: A user-friendly web app (built with Python and Django) allows users to upload MRI scans and get predictions. (Link to be added soon.)

Screenshot 2024-12-31 at 1 51 57 PM

Results

The model achieves high accuracy with Dice Coefficients and IoU metrics.


To-Do

  • Add web app deployment link.
  • Improve model generalization for unseen datasets.

Acknowledgments

Special thanks to the creators of the LGG Segmentation Dataset.


License

This project is licensed under the MIT License. See LICENSE for details.

About

Uses UNET and deep learning to locate tumors in brain MRI scans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published