/Tumor-Image-Segmentation

Brain Tumor Image segmentation with a U-Net-like architecture

Primary LanguagePython

Tumor-Image-Segmentation

Brain Tumor Image segmentation

DEMO

Functionalities

  • Detecting Brain Tumor
  • Drawing the Mask of the Tumor

Tech Stack

  • Tensorflow
  • Flask

Introduction

Brain Tumor Image segmentation with a U-Net-like architecture

Working

This model is used to find a tumor in the MRI scan and draw the segmented mask of the tumor.

Running Instructions

Open the terminal and type the following

$ git clone https://github.com/mudit14224/Tumor-Image-Segmentation
$ cd Tumor-Image-Segmentation
$ python3 -m venv tumor-env
$ source tumor-env/bin/activate
$ pip3 install -r requirements.txt
$ python3 run.py

output

Segmented mask of Tumor MRI 

Made By

Mudit Jindal

Mudit Jindal

Made with ❤️ by Mudit