Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.11 KB

MelanomaDetection :

Problem Statement : To build a CNN based model which can accurately detect melanoma. Melanoma is a type of cancer that can be deadly if not detected early. It accounts for 75% of skin cancer deaths. A solution that can evaluate images and alert dermatologists about the presence of melanoma has the potential to reduce a lot of manual effort needed in diagnosis.

DataSet: The dataset consists of 2357 images of malignant and benign oncological diseases, which were formed from the International Skin Imaging Collaboration (ISIC). All images were sorted according to the classification taken with ISIC, and all subsets were divided into the same number of images, with the exception of melanomas and moles, whose images are slightly dominant.

Analytical Goal: Evaluate images and alert dermatologists about the presence of melanoma has the potential to reduce a lot of manual effort needed in diagnosis.

Technologies Used

  • library - python: 3.7.13
  • library - numpy: 1.21.6
  • library - pandas: 1.3.5
  • library - matplotlib: 3.2.2
  • library - seaborn: 0.11.2
  • library - plotly: 5.5.0