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