Skip to content

Commit 8899612

Browse files
built local
1 parent 6105891 commit 8899612

8 files changed

Lines changed: 143 additions & 25 deletions

File tree

1.16 KB
Binary file not shown.

_build/.doctrees/intro.doctree

12.6 KB
Binary file not shown.

_build/html/_sources/intro.md

Lines changed: 55 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,59 @@
1-
# Welcome to Computer Vision Tutorials 👁️‍🗨️
1+
# 👁️ Welcome to the GenAI Lab – Computer Vision Tutorials
22

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."*
44
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:
66

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
1110

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.
20+
21+
| 🧩 Topic | 🔧 Core Skills |
22+
|--------------------------|----------------------------------------------|
23+
| Image Basics | RGB, grayscale, histograms, pixel ops |
24+
| Filters & Features | Edge detection, blurring, thresholding |
25+
| Deep Learning in CV | CNNs, segmentation, detection |
26+
| Vision Transformers | ViT, DETR, object queries |
27+
| Multimodal Models | CLIP, BLIP, OWL-ViT |
28+
| Generative AI in Vision | Diffusion, inpainting, stable pipelines |
29+
| Datasets & Pipelines | Loading, preprocessing, augmentation |
30+
31+
---
32+
33+
## 📚 How to Use This Book
34+
35+
1. **Explore**: Use the sidebar or keyboard navigation.
36+
2. **Run**: Every code block is executable via Jupyter Notebook.
37+
3. **Apply**: Use the mini challenges at the end of tutorials.
38+
4. **Contribute**: Help grow the book by adding your own chapters!
39+
40+
---
41+
42+
## 🚀 Launch the Tutorials
43+
44+
👉 **[Click here to start with the first lesson →](tutorials/fundamentals_of_computer_vision/01_image_basics.ipynb)**
45+
*A 5-minute intro to images, pixels, and what a computer “sees.”*
46+
47+
---
48+
49+
## ✨ Powered By
50+
51+
- 🧪 [Jupyter Book](https://jupyterbook.org/)
52+
- 📷 [OpenCV](https://opencv.org/)
53+
- 📈 [Matplotlib](https://matplotlib.org/)
54+
- 🔗 [GitHub Actions](https://docs.github.com/en/actions)
55+
56+
---
57+
58+
📬 Stay connected: [@shravankumar147](https://github.com/shravankumar147)
59+
🔗 [https://shravan147.github.io/GenAI-lab-tutorials/cv-tutorials/](https://shravan147.github.io/GenAI-lab-tutorials/cv-tutorials/)

_build/html/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<ul class="nav bd-sidenav bd-sidenav__home-link">
169169
<li class="toctree-l1">
170170
<a class="reference internal" href="intro.html">
171-
Welcome to Computer Vision Tutorials 👁️‍🗨️
171+
👁️ Welcome to the GenAI Lab – Computer Vision Tutorials
172172
</a>
173173
</li>
174174
</ul>

_build/html/intro.html

Lines changed: 85 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>Welcome to Computer Vision Tutorials 👁️‍🗨️ &#8212; Computer Vision Tutorials - GenAI Lab</title>
11+
<title>👁️ Welcome to the GenAI Lab – Computer Vision Tutorials &#8212; Computer Vision Tutorials - GenAI Lab</title>
1212

1313

1414

@@ -170,7 +170,7 @@
170170
<ul class="nav bd-sidenav bd-sidenav__home-link">
171171
<li class="toctree-l1 current active">
172172
<a class="reference internal" href="#">
173-
Welcome to Computer Vision Tutorials 👁️‍🗨️
173+
👁️ Welcome to the GenAI Lab – Computer Vision Tutorials
174174
</a>
175175
</li>
176176
</ul>
@@ -314,7 +314,7 @@
314314

315315

316316
<div id="jb-print-docs-body" class="onlyprint">
317-
<h1>Welcome to Computer Vision Tutorials 👁️‍🗨️</h1>
317+
<h1>👁️ Welcome to the GenAI Lab – Computer Vision Tutorials</h1>
318318
<!-- Table of contents -->
319319
<div id="print-main-content">
320320
<div id="jb-print-toc">
@@ -324,7 +324,10 @@ <h2> Contents </h2>
324324
</div>
325325
<nav aria-label="Page">
326326
<ul class="visible nav section-nav flex-column">
327-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#what-you-ll-learn">🚀 What You’ll Learn</a></li>
327+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#what-you-ll-learn">🧭 What You’ll Learn</a></li>
328+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#how-to-use-this-book">📚 How to Use This Book</a></li>
329+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#launch-the-tutorials">🚀 Launch the Tutorials</a></li>
330+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#powered-by">✨ Powered By</a></li>
328331
</ul>
329332
</nav>
330333
</div>
@@ -336,18 +339,83 @@ <h2> Contents </h2>
336339
<div id="searchbox"></div>
337340
<article class="bd-article">
338341

339-
<section class="tex2jax_ignore mathjax_ignore" id="welcome-to-computer-vision-tutorials">
340-
<h1>Welcome to Computer Vision Tutorials 👁️‍🗨️<a class="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>
342+
<section class="tex2jax_ignore mathjax_ignore" id="welcome-to-the-genai-lab-computer-vision-tutorials">
343+
<h1>👁️ Welcome to the GenAI Lab – Computer Vision Tutorials<a class="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+
<ul class="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+
<hr class="docutils" />
342356
<section id="what-you-ll-learn">
343-
<h2>🚀 What You’ll Learn<a class="headerlink" href="#what-you-ll-learn" title="Link to this heading">#</a></h2>
357+
<h2>🧭 What You’ll Learn<a class="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>
359+
<div class="pst-scrollable-table-container"><table class="table">
360+
<thead>
361+
<tr class="row-odd"><th class="head"><p>🧩 Topic</p></th>
362+
<th class="head"><p>🔧 Core Skills</p></th>
363+
</tr>
364+
</thead>
365+
<tbody>
366+
<tr class="row-even"><td><p>Image Basics</p></td>
367+
<td><p>RGB, grayscale, histograms, pixel ops</p></td>
368+
</tr>
369+
<tr class="row-odd"><td><p>Filters &amp; Features</p></td>
370+
<td><p>Edge detection, blurring, thresholding</p></td>
371+
</tr>
372+
<tr class="row-even"><td><p>Deep Learning in CV</p></td>
373+
<td><p>CNNs, segmentation, detection</p></td>
374+
</tr>
375+
<tr class="row-odd"><td><p>Vision Transformers</p></td>
376+
<td><p>ViT, DETR, object queries</p></td>
377+
</tr>
378+
<tr class="row-even"><td><p>Multimodal Models</p></td>
379+
<td><p>CLIP, BLIP, OWL-ViT</p></td>
380+
</tr>
381+
<tr class="row-odd"><td><p>Generative AI in Vision</p></td>
382+
<td><p>Diffusion, inpainting, stable pipelines</p></td>
383+
</tr>
384+
<tr class="row-even"><td><p>Datasets &amp; Pipelines</p></td>
385+
<td><p>Loading, preprocessing, augmentation</p></td>
386+
</tr>
387+
</tbody>
388+
</table>
389+
</div>
390+
</section>
391+
<hr class="docutils" />
392+
<section id="how-to-use-this-book">
393+
<h2>📚 How to Use This Book<a class="headerlink" href="#how-to-use-this-book" title="Link to this heading">#</a></h2>
394+
<ol class="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+
<hr class="docutils" />
402+
<section id="launch-the-tutorials">
403+
<h2>🚀 Launch the Tutorials<a class="headerlink" href="#launch-the-tutorials" title="Link to this heading">#</a></h2>
404+
<p>👉 <strong><a class="reference internal" href="tutorials/fundamentals_of_computer_vision/01_image_basics.html"><span class="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+
<hr class="docutils" />
408+
<section id="powered-by">
409+
<h2>✨ Powered By<a class="headerlink" href="#powered-by" title="Link to this heading">#</a></h2>
344410
<ul class="simple">
345-
<li><p>What is an image (pixels, channels)</p></li>
346-
<li><p>Image transformations (resize, flip, crop)</p></li>
347-
<li><p>Color spaces (RGB, HSV, LAB)</p></li>
348-
<li><p>Feature extraction, contours, and more</p></li>
411+
<li><p>🧪 <a class="reference external" href="https://jupyterbook.org/">Jupyter Book</a></p></li>
412+
<li><p>📷 <a class="reference external" href="https://opencv.org/">OpenCV</a></p></li>
413+
<li><p>📈 <a class="reference external" href="https://matplotlib.org/">Matplotlib</a></p></li>
414+
<li><p>🔗 <a class="reference external" href="https://docs.github.com/en/actions">GitHub Actions</a></p></li>
349415
</ul>
350-
<p>Start below with the fundamentals!</p>
416+
<hr class="docutils" />
417+
<p>📬 Stay connected: <a class="reference external" href="https://github.com/shravankumar147">&#64;shravankumar147</a><br />
418+
🔗 <a class="reference external" href="https://shravan147.github.io/GenAI-lab-tutorials/cv-tutorials/">https://shravan147.github.io/GenAI-lab-tutorials/cv-tutorials/</a></p>
351419
</section>
352420
<div class="toctree-wrapper compound">
353421
</div>
@@ -408,7 +476,10 @@ <h2>🚀 What You’ll Learn<a class="headerlink" href="#what-you-ll-learn" titl
408476
</div>
409477
<nav class="bd-toc-nav page-toc">
410478
<ul class="visible nav section-nav flex-column">
411-
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#what-you-ll-learn">🚀 What You’ll Learn</a></li>
479+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#what-you-ll-learn">🧭 What You’ll Learn</a></li>
480+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#how-to-use-this-book">📚 How to Use This Book</a></li>
481+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#launch-the-tutorials">🚀 Launch the Tutorials</a></li>
482+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#powered-by">✨ Powered By</a></li>
412483
</ul>
413484
</nav></div>
414485

_build/html/objects.inv

1 Byte
Binary file not shown.

_build/html/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<ul class="nav bd-sidenav bd-sidenav__home-link">
171171
<li class="toctree-l1">
172172
<a class="reference internal" href="intro.html">
173-
Welcome to Computer Vision Tutorials 👁️‍🗨️
173+
👁️ Welcome to the GenAI Lab – Computer Vision Tutorials
174174
</a>
175175
</li>
176176
</ul>

0 commit comments

Comments
 (0)