GETTING STARTED
TUTORIALS
conda create -y -n venv_cookie python=3.9 && conda activate venv_cookie pip install cookiecutter cookiecutter https://github.com/HelmholtzAI-Consultants-Munich/Quicksetup-ai.git
Create and activate your environment:
conda create -y -n venv_cookie python=3.9 && conda activate venv_cookie
Install cookiecutter and DVC (optional) in your environment:
pip install cookiecutter dvc
Create your own project using this template via cookiecutter:
cookiecutter https://github.com/HelmholtzAI-Consultants-Munich/Quicksetup-ai.git