Methods implemented to classify skin lesions using both machine and deep learning techniques.
git clone
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