Technologies used
- Synpse Cloud for hosting and running applications
- Beaglebone AI Beaglebone AI is hardware that can be used to build image recognition applications.
Beaglebone with Synpse
Beaglebone boards comes with specialized OS’es with built in development tools. Downside is that these devices now ships without GUI support. We have user guide how to prepare Beaglebone and install Synpse agent.
Once you have it up and running, we can use synpse CLI to access remote device:
synpse device proxy beaglebone --port 8080:80
You can access Cloud9 IDE from your device:
Once you have access to device, you can deploy test application to it.
Connect web-cam and run classification.tidl.c from /cloud9/Beaglebone/AI/tidl/ directory.
You can access the feed via second port, run command bellow in the second terminal:
synpse device proxy beaglebone --port 8090:8090
An check if it works:
Wrapping up
Beaglebone is very nice platform to build image recognition applications. With Synpse this can be deployed and managed remotely.