Trained and deployed an hybrid pretrained EfficientNetB6 and Bidirectional LSTM model to predict whether the lesion in given image is benign or malignant. Dataset used was obtained from The International Skin Imaging Collaboration (ISIC) 2020 challenge dataset.
Notebook for EDA, CNN and CNN+BiLSTM model training notebook, tflite model conversion notebook, Python script to build web app.