Documentation · Report Bug · Request Feature
AuleLab is a lightweight modular hardware orchestra in lab framework.
Install from PyPI:
pip install aulelabClone the repository and install in editable mode:
git clone https://github.com/Andrew-XQY/AuleLab.git
cd AuleLab
pip install -e .- Python 3.12
- Final dataset needs to be in Shard (sharded containers, ~500–1000 samples each) instead of many individual files or one big .tar (build converters?)
- Completely decouple and isolation between devices, trying to make no dependency. Clean API definition and logic map.
- Data collection logic: ingest → validate → convert (shard) → publish pipeline.
This project is licensed under the MIT License. See the LICENSE file for details.