AI Explorer demo app
The Darcy AI Explorer is a showcase app for Darcy AI. Bootstrap your AI project using powerful face detection, pose detection, QR code scanning and more.
Requirements
- A Darcy Cloud account
- Compatible ARM edge node with a Coral Accelerator
- Raspberry Pi + Coral AI accelerator
- Coral Dev Board
- Coral Mini
- Tinker T
Deploy the app using Darcy Cloud Portal
Deploying the AI Explorer Demo app from the Darcy Cloud platform is simple. Make sure you have added at least 1 node to your Darcy Cloud project, then follow the steps below:
- Go to your Darcy Cloud project page
- Select
Apps
- Click on
+ DEPLOY APP
- Click on
DARCY AI Explorer DEMO
- Select the node(s) where you want it to run
- Click
DEPLOY
See App Results
When your app is deployed successfully you will see an Application Deployed
message in the top
right of your screen.
If you are not already seeing the app listed, click the APPS
tab to see all of the apps in your
current project. Click the app to access the app detail view.
From the app detail view, click the linked text under the ports
column to navigate to the app
output.
You should be brought to the AI Explorer Demo app.
App YAML
kind: Application
apiVersion: iofog.org/v3
metadata:
name: darcy-ai-explorer
spec:
microservices:
- name: darcy-ai-explorer
agent:
name: ''
images:
arm: 'darcyai/darcy-ai-explorer:1.0.0'
x86: 'darcyai/darcy-ai-explorer:1.0.0'
container:
rootHostAccess: true
env:
- key: PORT
value: '5555'
ports:
- external: '{{self.microservices[0].env[0].value | toNumber}}'
internal: '{{self.microservices[0].env[0].value | toNumber}}'
volumes:
- containerDestination: /dev
hostDestination: /dev
type: bind
accessMode: rw