Added & fixed some documentation

This commit is contained in:
2026-05-29 14:20:22 -04:00
parent 528ea9058f
commit 69389d1ebf
22 changed files with 289 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ from pathlib import Path
REPO_ROOT = Path(__file__).resolve().parents[1]
if __name__ == "__main__":
# Delegate to the generic demo so board-specific wrappers stay tiny.
cmd = [
sys.executable,
str(REPO_ROOT / "scripts" / "demo_predict_grade.py"),