Skip to content

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

Notifications You must be signed in to change notification settings

Likalto4/skin_lesion_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published