Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 629 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 629 Bytes

Python_Library_Start_Kit_Module

ORM_Modules

ORM_Modules stands for Object-Relational Mapping and refers to a module that supports mapping between databases and object-oriented programming languages.

This module connects database tables with programming language objects, allowing database operations to be performed through objects without the need for SQL queries.

OPENCV_Modules

OpenCV (Open Source Computer Vision Library) is a widely used open-source library in the field of computer vision and image processing.

To facilitate its initial setup and usage, its functionalities have been modularized.