Added & fixed some documentation

This commit is contained in:
2026-05-29 14:20:22 -04:00
parent 76bdd59eff
commit 476bcc6301
22 changed files with 289 additions and 2 deletions
+1
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"),