Skip to content

maf1013/Skin_lesion_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin Lesion Classification (Benign vs Malignant)

Rebeca Ojer Aransáez.

María Acevedo Fernández.

This project addresses the binary classification of dermoscopic skin lesion images as benign or malignant using deep learning techniques. Two different models are explored: a baseline convolutional neural network (CNN) and a ResNet50-based model using transfer learning.

Dataset

The dataset used in this project is publicly available on Kaggle:

Fanconic. Skin Cancer: Malignant vs Benign
https://www.kaggle.com/datasets/fanconic/skin-cancer-malignant-vs-benign

Due to its size, the dataset is not included in this repository. Instead, it is automatically downloaded within the notebook using the gdown library from a public Google Drive link. Once downloaded, the dataset is extracted and organized into training and test folders.

Repository Structure

  • notebooks/: Colab notebook with full pipeline (data loading, training, evaluation)
  • requirements.txt: This project was developed and executed using Google Colab. The required libraries are listed here.
  • figures/: Plots used in the presentation.
  • report: The project report.
  • presentation: Slides used in the presentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published