Tutorial for Design++ Summer School AI in AEC 2024, ETH Zurich
Open the tutorial notebook here
First create a python 3 environment. If you use conda then in the terminal run:
conda create -n llm_tutorial python=3.12
Activate the environment:
conda activate llm_tutorial
Install the needed packages:
pip install -r requirements.txt