commit | 3501904652c78e3fe2aa0c20f03ea3e3c01293c2 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Tue Mar 29 20:15:54 2022 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Mar 29 20:15:54 2022 +0000 |
tree | f73ebbff49325b91b12acd7cfc8e779f568a117b | |
parent | 3fd056058b6ac04a355440d610391f0cc3df8124 [diff] |
systemd files, documentation and a bug fix Change-Id: I66e34059e0c1d604b82fba558bfeadee2ace093c
Person-detection-app is a demo application that runs in the Aether edge and showcases Aether's support for for low-latency, AI/ML driven IOT applications that make use of Aether's support for end-to-end slicing.
The person-detection-app consists of a client component that runs on Raspberry-Pi camera and a server component that runs on a server in the Aether Edge.
The camera directory contains scripts that run on the Raspberry Pi camera.
It is recommended that these two scripts be started by systemd on startup.
The person-detection app runs as a docker container.
docker pull registry.aetherproject.org/aether-apps/person-detection-app:latest docker run -itu root:root --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:latest