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.
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.
In this project we use HAM10000 dataset for training. For training we perform 80/20 percent training/validation split.