/skin_lesion_classification

Methods implemented to classify skin lesions using both machine and deep learning techniques.

Primary LanguageJupyter Notebook

Skin lesion classification project

Ricardo Montoya del Ángel, Itzel Rivera, Àlex Chicano.

Methods implemented to classify skin lesions using both machine and deep learning techniques.

Instructions for contributors

1. Clone the repository

git clone

2. Set environment

The enviroment is created using conda. To create the environment, run the following command in the terminal:

  • Create the environment:

    Unix:

    conda create -n acad python==3.9.13 anaconda -y &&
    conda activate acad

    Windows:

    conda create -n acad python==3.9.13 anaconda -y && conda activate acad
  • Install the required packages:

    pip install -r requirements.txt