Skip to content

Prashant812/disease-classification

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages