Skip to content

A model which predicts whether a cell is infected with malaria or not using image data

Notifications You must be signed in to change notification settings

dhananjay-deshmukh/Malaria-prediction-Using-CNN

Repository files navigation

Malaria Detection Using Deep Learning

This project focuses on classifying images of human cells as "Infected" or "Uninfected". This is done using Convolutional Neural Network (CNN).

The dataset used can be downloaded from the below link:

Training data : https://github.com/dhananjay-deshmukh/Malaria-prediction-/tree/main/train

Testing data : https://github.com/dhananjay-deshmukh/Malaria-prediction-/tree/main/test

These directories have already been structured for ease of use.

Test |--Uninfected |--Parasitized

Train |--Uninfected |--Parasitized

A streamlit app has also been included to demo the built model. The model gives results with an accuracy of 95%

image

Run Locally

Clone the project

  git clone https://https://github.com/dhananjay-deshmukh/Malaria-prediction-Using-CNN.git

Go to the project directory

  cd Malaria-prediction-

Install dependencies

  pip install requirements.txt

Run the app

  streamlit run app.py

Upload any cell image from the "test" folder downloaded earlier and click "predict now".

Demo Screenshot

image

About

A model which predicts whether a cell is infected with malaria or not using image data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published