/Skin-lesion-classification-web-application-SKINAI

Client side web app for skin lesion classification with deep learning.

Primary LanguageHTMLMIT LicenseMIT

SKINAI: a Deep learning based web application for skin lesion classification

This repo includes our (Aigerim Dautkulova, Khrystyna Faryna and Rua Khaled) solution for the final project of the course Distributed Programming and Networking of MAIA master program.
The project is a client side web application for skin lesion classification with deep learning.

This app is designed as a part of university course and is NOT meant for any kind of clinical use.

Application

image image

Model

image image We used a lightweight CNN in this project (MobileNet) because the model is deployed on client side. We use ImageNet initialization and perform selective sampling during the training.

Data

In this project we use HAM10000 dataset for training. For training we perform 80/20 percent training/validation split.