Prashant812 / disease-classification

Disease Classification app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monkeypox Disease Detection

Healthcare professionals worldwide are increasingly concerned about the current monkeypox outbreak, emphasizing the importance of early diagnosis to mitigate its rapid progression. In response to that, In this project, I developed an Android app which will detect monkeypox diseases. The image dataset which was used in this project was developed by the Department of Computer Science and Engineering, Islamic University, Kushtia-7003, Bangladesh.

Workflow

  1. Data Exploration
  2. Data Pre-processing
  3. Model Training
  4. Model saved to model.tflite
  5. Basic Android App Development

Data

The dataset has four classes :-

  1. Monkeypox
  2. Chickenpox
  3. Measles
  4. Normal

Each class has 107 items with dimension of 224*224. For model training Data Augmentation is done.

Model

CNN Model was used with model architecture :-

Accuracy

  • Training Accuracy - 87.38 %
  • Test Accuracy - 86.46 %

Android App

A basic android app was developed with simple architecture which consist two options :-

  • Take Picture
  • Launch Gallery

An user can install this app and click those images with skin diseases to be classfied as Monkeypox, Chickenpox, Measles, and Normal.

Sample Responses

About

Disease Classification app

License:MIT License


Languages

Language:Jupyter Notebook 99.4%Language:JavaScript 0.3%Language:Java 0.2%Language:HTML 0.1%Language:Python 0.0%Language:CSS 0.0%