This repository contains an Image Classification implementation with ResNet-50. If you have any question, feel free to contact my via Twitter 😃
The images in the folder /data/
are part of the International Skin Imaging Collaboration (ISIC) Dataset. Each picture shows benign or malignant skin cancer.
metadata.csv contains labels for training.
Notebook notebook.ipynb
contains example code for implementing a ResNet-50 model (fast.ai) with the corresponding data in this repository.