Project Structure

This section provides an overview of Project Structure.

Project Structure Overview

assets

This folder contains static assets including images and videos used in the project.

assets
img
videos

weeks

This folder contains weekly learning modules from week-1 to week-6, with plans to update up to week-12.

weeks
week-1
week-2
week-3
week-4
week-5
week-6

cnn

This folder contains the Convolutional Neural Networks (CNN) learning module.

cnn
README.md

opencv

This folder contains the OpenCV learning module.

opencv
README.md

Additional

  • LICENSE: Contains the GPL-3.0 license for the project.
  • README.md: Provides an overview and checklist of the project.

This structure organizes the project to support scalability and maintainability, focusing on vision-related learning modules and assets.