Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.31 KB

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.