An open API service indexing awesome lists of open source software.

https://github.com/saranshmanu/dermatologist-ai

In this mini project, I will design an algorithm that can visually diagnose melanoma, the deadliest form of skin cancer. In particular, algorithm will distinguish this malignant skin tumor from two types of benign lesions (nevi and seborrheic keratoses).
https://github.com/saranshmanu/dermatologist-ai

cancer-detection cnn transfer-learning vgg19

Last synced: about 2 months ago
JSON representation

In this mini project, I will design an algorithm that can visually diagnose melanoma, the deadliest form of skin cancer. In particular, algorithm will distinguish this malignant skin tumor from two types of benign lesions (nevi and seborrheic keratoses).

Awesome Lists containing this project

README

        

# Dermatologist-AI

## Introduction
In this mini project, I will design an algorithm that can visually diagnose melanoma, the deadliest form of skin cancer. In particular, algorithm will distinguish this malignant skin tumor from two types of benign lesions (nevi and seborrheic keratoses).

The data and objective are pulled from the 2017 ISIC Challenge on Skin Lesion Analysis Towards Melanoma Detection. As part of the challenge, I was tasked to design an algorithm to diagnose skin lesion images as one of three different skin diseases (melanoma, nevus, or seborrheic keratosis). In this project, I will create a model to generate your own predictions.

### Framewords


  • Keras

  • Numpy

  • Pandas

### Resources