Skip to content

This is our dsp lab project for term 3_1. Here we are using traditional ML classifiers and deep learning models to classify brain mri images with or without tumors. All the codes and related documents is uploaded here for future reference.

Notifications You must be signed in to change notification settings

imtiaz114/Brain_tumor_detection_from_2D_MRI_images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain_tumor_detection_from_2D_MRI_images

In this project we are handling a binary classification problem of distributing 2D MRI images into 2 classes : tumor vs non-tumor.

tools and technologies

The whole project is done in google colab using python as programming language.

Here is the list of libraries used in this project:

  1. Tensorflow and keras ( For deep learning CNN architecture and transfer learning)
  2. Opencv (image preprocessing)
  3. Scikit-image (image preprocessing)
  4. scikit-learn(Machine Learning)

Related links used for getting help are added here

The weights of the model used are saved here

N.B.

Sometimes it's possible the notebooks are not shown or asking to reload, to use these notebooks just download and open with anconda jupyter or any software that supports .ipynb file

or just download it and upload to google colab from your local drive to use these.

About

This is our dsp lab project for term 3_1. Here we are using traditional ML classifiers and deep learning models to classify brain mri images with or without tumors. All the codes and related documents is uploaded here for future reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published