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

Toidicodedao69/aiko_services

 
 

Repository files navigation

Aiko Services

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

Development set-up

Recommended ...

git clone https://github.com/geekscape/aiko_services.git
cd aiko_services
python3 -m venv venv             # Once only
source venv/bin/activate         # Each terminal session
python setup.py develop          # Once only (development mode)

Alternative ...

poetry install [--extras opencv]  # Once only
poetry shell                      # Each terminal session

Examples

To Do

See GitHub Issues

Presentations

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%