Modern static course page for A Visual and Technical Journey Into Computer Vision.
The legacy source of truth is:
The site follows the style and static architecture of the sibling Deep Learning Coursepage project.
index.html- page shell and semantic sectionsstyles.css- dark-first responsive themescript.js- dynamic rendering and theme toggledata/course.json- authoritative structured course contentdata/course-data.js- static fallback for opening the page directlyassets/- York branding and instructor portrait
From this folder:
python3 -m http.server 8000Then open:
http://localhost:8000