Skin cancer is the most common human malignancy, is primarily diagnosed visually, beginning with an initial clinical screening and followed potentially by dermoscopic analysis, a biopsy and histopathological examination. Automated classification of skin lesions using images is a challenging task owing to the fine-grained variability in the appearance of skin lesions.
We have created a model to detect and classify a mole into benign or malignant. The dataset is taken from the ISIC (International Skin Image Collaboration) Archive. It consists of 1800 pictures of benign moles and 1497 pictures of malignant classified moles. The pictures have all been resized to low resolution (224x224x3) RGB.
As the dataset is pretty balanced, the model will be tested on the accuracy score, thus (TP + TN)/(ALL).
It has 2 different classes of skin cancer which are listed below :
- Benign
- Malignant
In this kernel we will try to detect 2 different classes of moles using Convolution Neural Network with keras tensorflow in backend and then analyse the result to see how the model can be useful in practical scenario.
It is responsive website helping you maintain your skin health by offering the following options:
- Self Examination for skin cancer
- Checking your risk level with a questionnaire
- Reminder alerts for appointments
- Nearby Dermatologists
- Blogs for more information
- Suggestions for Self Help Groups
It also features exactly what Skin Cancer is and it's types, causes, symptoms and prevention.
https://ankitasankars.github.io/WellSkin/ or https://wellskin.netlify.app/
Ankita Kokkera |
Kamalini Singh Chauhan |
Shruti Singh |
Hrithika Chatterjee |