ChinarQ-AI's picture
Update README.md
7775e86 verified
---
license: mit
tags:
- computer-vision
- numpy
- matplotlib
- opencv
- beginner-friendly
language: en
---
# Computer Vision Learning Notebooks
## Summary
A beginner-friendly collection of notebooks that introduce the **fundamentals of Computer Vision (CV)**.
Designed for both **technical and non-technical learners**, these notebooks focus on simple explanations, visual examples, and hands-on practice.
---
## Current Notebooks
- **Notebook 1** β†’ Images as arrays with **NumPy** (understanding pixels).
- **Notebook 2** β†’ Working with real images (loading, resizing, color channels).
- **Notebook 3** β†’ Basic image transformations and manipulations.
- **Notebook 4** β†’ Shapes and text on image (understanding bounding box)
---
## Next Steps (In Progress)
---
## Who Is This For?
- Students starting their CV journey.
- Non-technical learners curious about how machines see images.
- Developers looking for a smooth step before advanced CV/Deep Learning.
---