commit | ea2e1ddffdc1a34b01e750cd9db5d03f32a76a87 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad.ansari@intel.com> | Thu Jun 09 12:37:37 2022 -0700 |
committer | Shad Ansari <shad.ansari@intel.com> | Fri Jun 10 08:58:15 2022 -0700 |
tree | 1c5175c6ba32ea0f3492104639d14ebcd4b7f179 | |
parent | f53bc4f639b68788c8175fe8b4d2fa9866a86d4a [diff] |
Add LICENSE file Change-Id: I7dd5f33e252f21ce8b4ce84653a032a2a651e0fa
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:master docker run -itu root:root --rm --name %n --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:master --url "http://roc.demo.aetherproject.net/aether-roc-api/aether/v2.0.0/connectivity-service-v2/" --keycloak "http://keycloak.demo.aetherproject.net/auth/realms/aether/protocol/openid-connect/token" --enterprise "ase-4g-enterprise" --site "ase-site-4g" --devicegroup "ase-4g-device-group2" --user "onfadmin" --password "changeme" --num 1