Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.42 KB

CURAC Academy 2021 - Workshop

System requirements

Installation

  1. Clone this repository. git clone https://github.com/Health-Robotics-and-Automation-KIT/CURAC-Academy-2021.git
  2. Go into the cloned folder. cd CURAC-Academy-2021
  3. Execute the setup script python3 setup_env.py. This will create a new conda environment, install all required packages and download a dataset. If you do not want to use the gpu version of pytorch, call the script as python3 setup_env.py --cpu. This will be the case if you are on a laptop or desktop without a strong dedicated graphics card.
  4. Activate the conda environment conda activate curac
  5. Start a jupyter notebook server jupyter notebook.
  6. Open chrome or firefox and go to http://localhost:8888/tree.
  7. Open the Introduction Tutorial.ipynb notebook to get started.
  8. Continue to the Skin Cancer Classification.ipynb notebook.

Information

More information on HERA and CURAC can be found on their respective websites.