In this project we are handling a binary classification problem of distributing 2D MRI images into 2 classes : tumor vs non-tumor.
The whole project is done in google colab using python as programming language.
Here is the list of libraries used in this project:
- Tensorflow and keras ( For deep learning CNN architecture and transfer learning)
- Opencv (image preprocessing)
- Scikit-image (image preprocessing)
- scikit-learn(Machine Learning)
Related links used for getting help are added here
The weights of the model used are saved here
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.