infuman69 / BrainTumor-Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrainTumor-Detector

Google Drive link For the Brain MRI DataSet and the prediction model :https://drive.google.com/drive/folders/17ny9IpdaZ5hBhFX5AZJVl4kHZYU4Gqrz?usp=sharing

#Installation Backend Packages that we have used: ##1)Tensor Flow

pip install tensorflow

##2)Flask

pip install flask

##3)Keras

pip install keras

##4)Werkzeug

pip install Werkzeyg

Frontend Library we have used ##1) JQuery

##2) AJAX

#NOTE Download the tumor_detector.h5 model and the dataset from the above google drive link

#ABOUT VGG16 architecture : VGG16 is used in many deep learning image classification problems. It is a great building block for learning purpose as it is easy to implement.

About

License:MIT License


Languages

Language:Jupyter Notebook 65.3%Language:HTML 16.2%Language:CSS 10.9%Language:JavaScript 4.2%Language:Python 3.4%