From the course: Building Computer Vision Applications with Python

Using the exercise files

- [Instructor] The programming files in this course are available in a zip file and I recommend that you extract it into your Jupyter Notebook's top folder. In Windows, this is your User folder. For example, in my computer, it's under C/users/myuser. Inside that folder, I created a notebooks folder and then a CV folder for this course. The code is organized in a folder structure that matches the video numbers divided by chapters so you can easily browse through them. So for example, to access the code in the third video of chapter two, you can browse to CH02 02_03. In every Notebook, you'll find the same code you'll see in the videos. And I invite you to apply changes to the code in your own setting to test your ideas.

Contents