This document provides an overview of a capstone project to develop a machine learning model using convolutional neural networks to detect melanoma in mole images. The goal is to analyze photos taken with a smartphone to aid in early detection of skin cancer. The project will use a dataset of 2,000 labeled images to retrain the Inception-v3 model and evaluate its ability to correctly classify moles as benign or malignant. Key metrics like recall will be used to assess the model's performance, with the aim of achieving above human-level diagnostic accuracy. Data exploration found some inconsistencies that need addressing, such as stickers only present in benign images, to avoid biasing the model.