Interactive Computer Vision & Imaging Education in the Browser.
ipy-vision is a curated collection of Google Colab notebooks designed to make abstract computer vision and image processing concepts tangible. By using real-time interactive widgets, students can manipulate algorithm parameters and immediately visualize their impact.
- Real-time Feedback: Use
ipywidgetssliders to see how parameters affect output instantly. - Zero Setup: Designed specifically for Google Colabβno local Python environment required.
ipy-visionβ―notebooksβ― Browse Notebooks in the table above.- Click the "Open in Colab" badge to launch the environment.
- Run all code cells to generate the interactive UI.
- Note: Ensure you are signed into a Google account to save your progress.
ipy-vision/
βββ notebooks/ # Demos
βββ assets/ # Images and other data
βββ LICENSE
βββ README.md