# aiko_services **Repository Path**: deepbluethinker/aiko_services ## Basic Information - **Project Name**: aiko_services - **Description**: Distributed service framework using asynchronous messages supporting AIoT, Machine Learning, Media streaming and Robotics - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-07 - **Last Updated**: 2024-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - [Aloha Honua documentation](examples/aloha_honua/ReadMe.md) (hello world) # To Do See [GitHub Issues](https://github.com/geekscape/aiko_services/issues) # Presentations - [Building an open framework combining AIoT, Media, Robotics & Machine Learning (YouTube)](https://www.youtube.com/watch?v=htbzn_xwEnU) - [Slide-deck (Google slides)](https://docs.google.com/presentation/d/1dR8jw6sEKkgPBMDsKkZd87Y79LMk7jhVxxAmRMbjmbE/edit#) - Everything Open March 2023: Melbourne - [Using Python to stream media using GStreamer for RTSP and WebRTC applications (YouTube)](https://www.youtube.com/watch?v=VwnWHC04Qp8) - [Slide-desk (Google slides)](https://docs.google.com/presentation/d/1yc8jMcq8967L3fzIBmiy7MMYaBhSKD1L3XJ979_VanE/edit#) - PyCon August 2023: Adelaide - [microPython distributed, embedded services (YouTube)](https://www.youtube.com/watch?v=25Ij-EUjqS4) - [slide-desk (Google slides)](https://docs.google.com/presentation/d/1V0_Hr3AKxRysg6AvgI1w2viBhFNmvcF1RwdIBMJJVCI/edit#) - microPython meet-up November 2023: Melbourne