Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 671 Bytes

ISIC Skin Cancer repository

Description

This repository contains an Image Classification implementation with ResNet-50. If you have any question, feel free to contact my via Twitter 😃

Data

The images in the folder /data/ are part of the International Skin Imaging Collaboration (ISIC) Dataset. Each picture shows benign or malignant skin cancer.

Labels

metadata.csv contains labels for training.

Notebook

Notebook notebook.ipynb contains example code for implementing a ResNet-50 model (fast.ai) with the corresponding data in this repository.