These are a series of technical workshops for using modern AI models for spatial reasoning and spatial design problems.
The platforms used here are OpenAI, Hugging Face, and Google Vertex AI. Tutorials use node.js and Python.
The require a Python installation (obviously) and a virtual environment:
python -m venv .venv
source .venv/bin/activate
Or if you use miniforge or another conda install, just create an environment for this repo.
Then install the required packages:
python -m pip install -r requirements.txt
Requires a node.js installation then running the install:
npm install
- Terminal.app on macOS
- iTerm
- PowerShell