Skip to content

Brain Tumor Detection Using Deep Learning Convolutional Neural Networks

Notifications You must be signed in to change notification settings

josedurigon/Brain-tumor-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Tumor Detection

This repository contains inference scripts for two different models designed for the detection of brain tumors: a classification model and a segmentation model.

Classification

The classification model is trained based on the notebook available at this link. It uses a Convolutional Neural Network (CNN) with the VGG16 architecture to classify whether a brain tumor is present in an image or not.

You can find the inference script for the classification model in inference.py and the Dockerfile in dockerfile.

Segmentation

The segmentation model is trained based on the notebook available at this link. It uses a U-Net with EfficientNetB7 for brain tumor segmentation.

You can find the inference script for the segmentation model in inference_rmi_tumor_segmentation.py and the Dockerfile in dockerfile.

About

Brain Tumor Detection Using Deep Learning Convolutional Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%