Comprehensive SDK for integrating Aidlab's and Aidmed One's biofeedback and biosignal processing functionalities into your applications.


Keywords
biofeedback, aidlab, aidmed, wearable, technology, fitness, data, analysis, healthcare, biomedical, chest, strap, sdk, signals, biosignals, heart, rate, ecg
License
Other
Install
pip install AidlabSDK==1.7.1

Documentation

Aidlab Python SDK Examples

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.

Installation

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.