Skip to content

Distributed service framework using asynchronous messages supporting IoT, Machine Learning and Video

License

Notifications You must be signed in to change notification settings

GoatNote/aiko_services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiko Services

Distributed service framework using asynchronous messages supporting AIoT, Machine Learning, Robotics and Video

Development set-up

poetry install [--extras opencv]  # once only
poetry shell                      # each terminal session

Alternative ...

python3 setup.py install -e .     # development mode

Aiko Declarative Pipeline CLI

Runs pipeline definitions in .py, .yaml or .json format. For example pipeline definitions, see examples/pipelines

aiko <path-to-pipeline-def> --help

To Do

  • None, yet !

About

Distributed service framework using asynchronous messages supporting IoT, Machine Learning and Video

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%