This repository contains code examples for the Aidlab Python SDK, designed to help developers integrate and utilize the Aidlab SDK in their Python applications more effectively.
To get started with the Aidlab SDK in your Python environment, you can install it using pip. Depending on your Python version, you may use either pip3
(for Python 3.x) or pip
(if your default Python version is already 3.x).
pip install AidlabSDK
or
pip3 install AidlabSDK
After installation, you can import and use the Aidlab SDK in your Python projects.