Every notebook in this course can be run three ways. Each notebook page has buttons for all three in its download panel. Pick whichever fits your situation.
π» Download and run locallyΒΆ
Best if you want to work offline on your own machine and keep your files locally.
Install Python β see Computation Guide 01 Β· Getting Started with Python.
Install the course dependencies:
pip install -r requirements.txtLaunch Jupyter and open the downloaded
.ipynb:jupyter notebook
βοΈ Open in Google ColabΒΆ
Best for a zero-install browser session with a free GPU (recommended for the GPU-based pose-estimation notebooks). Click Open in Colab on any notebook page. Colab opens the notebook straight from this repository β no setup required. Save a copy to your own Google Drive to keep your edits.
π§° GitHub CodespacesΒΆ
Best for a full, pre-configured cloud dev environment. Click Open in GitHub Codespaces on
any notebook page (or from the repository). The included .devcontainer/ installs Python and
all dependencies automatically, so the environment is ready to run.