You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 👁️ Welcome to the GenAI Lab – Computer Vision Tutorials
2
2
3
-
This Jupyter Book is part of the **GenAI Lab** tutorial series — designed for fast-paced learning with a visual-first approach.
3
+
> 🧠 *"Computer Vision is how machines see — let's teach them better."*
4
4
5
-
## 🚀 What You'll Learn
5
+
This book is a curated collection of short-form, high-impact tutorials that cover everything from **image fundamentals** to **generative AI**, designed for learners who prefer:
6
6
7
-
- What is an image (pixels, channels)
8
-
- Image transformations (resize, flip, crop)
9
-
- Color spaces (RGB, HSV, LAB)
10
-
- Feature extraction, contours, and more
7
+
- 🔍 Clear visuals
8
+
- 🧪 Hands-on code
9
+
- 🚀 Fast, practical insights
11
10
12
-
Start below with the fundamentals!
11
+
Whether you're a beginner exploring pixel arrays, or an AI engineer diving into transformers and CLIP, this is for you.
12
+
13
+
Let's Dive in
14
+
15
+
---
16
+
17
+
## 🧭 What You'll Learn
18
+
19
+
💡 Each tutorial is designed to answer one question well.
<h1>Welcome to Computer Vision Tutorials 👁️🗨️<aclass="headerlink" href="#welcome-to-computer-vision-tutorials" title="Link to this heading">#</a></h1>
341
-
<p>This Jupyter Book is part of the <strong>GenAI Lab</strong> tutorial series — designed for fast-paced learning with a visual-first approach.</p>
<h1>👁️ Welcome to the GenAI Lab – Computer Vision Tutorials<aclass="headerlink" href="#welcome-to-the-genai-lab-computer-vision-tutorials" title="Link to this heading">#</a></h1>
344
+
<blockquote>
345
+
<div><p>🧠 <em>“Computer Vision is how machines see — let’s teach them better.”</em></p>
346
+
</div></blockquote>
347
+
<p>This book is a curated collection of short-form, high-impact tutorials that cover everything from <strong>image fundamentals</strong> to <strong>generative AI</strong>, designed for learners who prefer:</p>
348
+
<ulclass="simple">
349
+
<li><p>🔍 Clear visuals</p></li>
350
+
<li><p>🧪 Hands-on code</p></li>
351
+
<li><p>🚀 Fast, practical insights</p></li>
352
+
</ul>
353
+
<p>Whether you’re a beginner exploring pixel arrays, or an AI engineer diving into transformers and CLIP, this is for you.</p>
354
+
<p>Let’s Dive in</p>
355
+
<hrclass="docutils" />
342
356
<sectionid="what-you-ll-learn">
343
-
<h2>🚀 What You’ll Learn<aclass="headerlink" href="#what-you-ll-learn" title="Link to this heading">#</a></h2>
357
+
<h2>🧭 What You’ll Learn<aclass="headerlink" href="#what-you-ll-learn" title="Link to this heading">#</a></h2>
358
+
<p>💡 Each tutorial is designed to answer one question well.</p>
<h2>📚 How to Use This Book<aclass="headerlink" href="#how-to-use-this-book" title="Link to this heading">#</a></h2>
394
+
<olclass="arabic simple">
395
+
<li><p><strong>Explore</strong>: Use the sidebar or keyboard navigation.</p></li>
396
+
<li><p><strong>Run</strong>: Every code block is executable via Jupyter Notebook.</p></li>
397
+
<li><p><strong>Apply</strong>: Use the mini challenges at the end of tutorials.</p></li>
398
+
<li><p><strong>Contribute</strong>: Help grow the book by adding your own chapters!</p></li>
399
+
</ol>
400
+
</section>
401
+
<hrclass="docutils" />
402
+
<sectionid="launch-the-tutorials">
403
+
<h2>🚀 Launch the Tutorials<aclass="headerlink" href="#launch-the-tutorials" title="Link to this heading">#</a></h2>
404
+
<p>👉 <strong><aclass="reference internal" href="tutorials/fundamentals_of_computer_vision/01_image_basics.html"><spanclass="std std-doc">Click here to start with the first lesson →</span></a></strong><br/>
405
+
<em>A 5-minute intro to images, pixels, and what a computer “sees.”</em></p>
406
+
</section>
407
+
<hrclass="docutils" />
408
+
<sectionid="powered-by">
409
+
<h2>✨ Powered By<aclass="headerlink" href="#powered-by" title="Link to this heading">#</a></h2>
344
410
<ulclass="simple">
345
-
<li><p>What is an image (pixels, channels)</p></li>
0 commit comments