This is a summary of this nice tutorial.
-
Download the TensorFlow models repository.
| version: "3.7" | |
| services: | |
| ambianic-edge: | |
| container_name: ambianic-edge | |
| restart: unless-stopped | |
| privileged: true | |
| image: ambianic/ambianic-edge:latest | |
| network_mode: "host" | |
| devices: | |
| - "/dev/video0:/dev/video0" |
This is a summary of this nice tutorial.
Download the TensorFlow models repository.
| // add all items to collection | |
| Alloy.Collections.Fugitive.reset([{ | |
| "name" : "Jeff Haynie" | |
| }, { | |
| "name" : "Nolan Wright" | |
| }, { | |
| "name" : "Don Thorp" | |
| }, { | |
| "name" : "Marshall Culpepper" | |
| }, { |
| var win = Titanium.UI.createWindow({ | |
| backgroundColor: 'blue' | |
| }); | |
| var btn = Ti.UI.createButton({ | |
| title : 'Add Notification' | |
| }); | |
| btn.addEventListener('click', function(e) { | |
| var activityName = Ti.App.name; |