DEMO
- Detecting Brain Tumor
- Drawing the Mask of the Tumor
- Tensorflow
- Flask
Brain Tumor Image segmentation with a U-Net-like architecture
This model is used to find a tumor in the MRI scan and draw the segmented mask of the tumor.
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
Mudit Jindal |
Made with ❤️ by Mudit