Skip to content

antonsavov/Intro-LLMs-for-AI-in-AEC

Repository files navigation

Basic Applications of Large-Language Models

Tutorial for Design++ Summer School AI in AEC 2024, ETH Zurich

Open the tutorial notebook here

Setup Environment

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

About

Intro LLMs for AI in AEC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published