Skin Disease Diagnosis using Convolutional Neural Network

Job ID: 33110099

Budget: ₹1,500 – ₹12,500 INR

- Dataset used : https://www.kaggle.com/artakusuma/basedir
- Input Image for diagnosis is taken from webcam
- Image preprocessing includes the following
> standardisation to a standard size (120*120)\
> Images are rotated by 90 degree in all directions and flipped to enhance dataset
> noise reduction (like hair and skin pigments)
> image enhancement(brings affected parts into focus by enhancing the area)
> segmentation into various segments to differentiate from normal skin
> feature extraction
- Softmax classifier is used for skin disease classification
- Convolutional Neural Network is used with initial batch size as 20 and epoch size as 25
- model is saved