Mukulthakur17 / Skin-Pigment-Analysis

Analyzing the human skin pigments to detect the disease which is causing that abnormality in the skin cells.
MIT License
3 stars 1 forks source link
cnn deep-learning image-processing python skin-lesion-classification transfer-learning

Skin Disease Detection Using Convolutional Neural Networks

forthebadge forthebadge

This is our submission for Electrothon 3.0 as a framework for Skin Disease Detection that analyses the skin pigmentation using Convolutional neural network for diagnosis of skin diseases. Detailed problem statement can be found here.

Authors

Overview

We have trained a Convolutional Neural Network on an extensive training dataset of images of skin diseases and rashes to classify the input as one of the 8 categories of diseases. We achieved 81.68% training accuracy and 75.56% validation accuracy upon training the neural network.\ The 8 different catagories of skin diseases that we have selected are:

Accuracy-Loss Curve

Graph

Installation

Build from Source

Clone the repository and checkout to stable commit

git clone https://github.com/Mukulthakur17/Skin-Pigment-Analysis.git
cd electrothon

Install Requirements

pip install -r requirements.txt

Preparing the model

Starting the uvicorn server

After installing requirements

uvicorn main:app

This would start the ASGI server at http://127.0.0.1:8000.

Using Front-End

Using API Directly

Request URL:

 http://127.0.0.1:8000/predict

Using Swagger UI:

API