This document summarizes a research paper that developed a convolutional neural network (CNN) model to classify skin cancer images into seven types. The researchers collected over 10,000 skin cancer images and divided them into training and test datasets. They preprocessed the images and used the CNN model to extract features. The CNN architecture included convolutional, ReLU, max pooling and dense layers. They trained and validated the model, achieving 94.09% accuracy. Finally, they integrated the model into a website frontend where doctors and patients can upload images to detect skin cancer type.