Distributed service framework using asynchronous messages supporting AIoT, Machine Learning, Robotics and Video
poetry install [--extras opencv] # once only
poetry shell # each terminal session
Alternative ...
python3 setup.py install -e . # development mode
Runs pipeline definitions in .py
, .yaml
or .json
format.
For example pipeline definitions, see examples/pipelines
aiko <path-to-pipeline-def> --help
- None, yet !