Skip to content

spatialpixel/technical-workshops

Repository files navigation

Spatial AI Technical Workshops

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.

Python Tutorials

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

JavaScript / node.js Tutorials

Requires a node.js installation then running the install:

npm install

Recommended Tools

Code Editors

Terminal Emulators