/Neuro-Care

Brain Tumor detection using MRI Scan

Primary LanguageHTML

Neuro Care

A Web App for Brain Tumor detection using MRI Scan with user friendly interface:

How to use:

  • Click on predict tumor on right top corner.

1st

  • Upload the MRI scan in jpg format.

6th

  • Get the result within seconds with atmost accuracy.

7th

Simple to use:

4th

We also provide information regarding some famous Neurologists and an option to book an appointment respectively.

How was it built:

We made a machine learning model which classifies the images using Convolutional Neural Network CNN.

By using a dataset from Kaggle, which comprises of both images with tumor and without tumor then by splitting the dataset into training and testing sets with a ration of 80%:20%.

At the end, we used Sequential Model by keras to build our CNN model, and its respective layers to train the model The Model gives the result with an accuracy level of 90%.