Skip to content

AzimAkhmedov/cancer-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin cancer classification

This project focuses on classifying skin cancer lesions using the HAM10000 dataset. The goal is to develop a robust deep learning model capable of identifying seven different classes of skin cancer with high accuracy, leveraging image data and metadata provided in the dataset.

Dataset Information

Classes of Skin Cancer Lesions:

1.	Melanocytic Nevi (nv)
2.	Melanoma (mel)
3.	Benign Keratosis-like Lesions (bkl)
4.	Basal Cell Carcinoma (bcc)
5.	Actinic Keratoses (akiec)
6.	Vascular Lesions (vas)
7.	Dermatofibroma (df)

Observations

Overview of dataset

App Screenshot

Params of model

App Screenshot

Output of train data

App Screenshot

Train validation and accuracy

App Screenshot

Run Locally

Clone the project

  git clone https://link-to-project

Download dataset to ./data directory of project

Install dependencies

  pip install

Run model

  python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages