Skip to content

JulianMar11/skincancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skincancer

Deep Learning for skin cancer scanning

If you want to start using this repository, please clone it. All code was written in Python Version 3.6.4. You can use a virtual environment for you dependencies. Please refer to http://timmyreilly.azurewebsites.net/python-pip-virtualenv-installation-on-windows/ for a installation guide for virtualenv. Please use the following commands to get started:

git clone https://github.com/JulianMar11/skincancer
cd skincancer/
mkdir envs
cd envs
python -m virtualenv skinenv
source skinenv/bin/activate
cd ..
pip install -r requirements.txt

Set environment in Pycharm

Open the repo in Pycharm and go to Settings>Project: skincancer>Project Interpreter Click on the setting-wheel icon and select add Select "existing environment" Select the path to the python file in the environment for Interpreter

About

Deep Learning for skin cancer scanning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published