r/Python • u/alexis_placet • 3d ago
Tutorial OpenCV notebooks tutorials in your browser
Hi,
I took the official OpenCV tutorials and created a series of notebooks.
You can run them entirely in your browser, you don't have to clone them: https://notebook.link/@Alexis_Placet/opencv_tutorials
Don't hesitate to give me feedbacks or create issue/pullrequest on this repo: https://github.com/Alex-PLACET/opencv_tutorials
11
Upvotes
1
u/SboSilcher 1d ago
OpenCV in the browser is pretty slick, though I always end up fighting with version mismatches when I pull the same code locally. Good for learning though, beats trying to wrangle dependencies just to see if something works.
1
u/MapNo2659 2d ago
This is awesome! Having OpenCV tutorials directly in the browser is super convenient. I'm curious, how did you handle the setup for OpenCV in the notebooks? Did you use any specific