Resources
Starter kits
Prefer to grab files from the course page itself — each course that needs a kit lists it under Starter kit at the top. This page is a full index of every starter kit.
Glossary · Worked example charts
-
Computer Vision Analyst 101
Pre-written explore notebooks and report folders.
Download -
Computer Vision Analyst 201
EuroSAT loader and evaluation notebook stubs.
Download -
Computer Vision Analyst 301 — brief template
Markdown template for your final client memo.
Download -
Computer Vision Developer 101 — vision101
Folder tree, requirements.txt — for the developer pixel and CNN exercises.
Download -
Computer Vision Developer 201 — cnn201
Includes eurosat_loader.py, models/ and outputs/ folders.
Download -
Computer Vision Developer 301 — project notebook
Skeleton Jupyter notebook with section headings.
Download
After downloading
- Extract the zip to your
codingfolder. -
Create a virtual environment:
python3 -m venv .venv -
Install packages:
pip install -r requirements.txt(developer courses only). - Open the folder in VS Code and start the course notebooks.
You can also download the glossary as glossary.md.