Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedheakl/brain_tumor_classification

Classifying Brain tumor images using Keras and Open CV.
https://github.com/ahmedheakl/brain_tumor_classification

keras python tensorflow

Last synced: about 2 months ago
JSON representation

Classifying Brain tumor images using Keras and Open CV.

Awesome Lists containing this project

README

        

# Brain Tumor Classification: Project Overview
Classifying Brain tumor images using Keras and Open CV with ~90% accuracy.
* Created a data pipeline to load images, after converting them into RGB, into a numpy array
* Built the model using Keras API consisting of 3 Conv2D layers
* Built the Flash API for backend

## Packages & Run
* python 3.9.6
* tensorflow 2.5.1
* Flask 2.0.1

To run the app, write ```python app.py``` in the terminal

## Website Samples

![No Tumor Sample](https://github.com/ahmedheakl/Brain_Tumor_Classification/blob/main/no_tumor_sample.png)

![Yes Tumor Sample](https://github.com/ahmedheakl/Brain_Tumor_Classification/blob/main/yes_tumor_sample.png)