在物聯網及人工智慧(深度學習) 逐漸被重視及在各產業落實後,人工智慧物聯網應用 (AIoT)也受到關注。近年來持續發熱的AI 應用市場,在雲端業者不斷提供各式各樣的AI模型訓練服務加持下,已經有數以萬計的 AI 模型被發展,其中醫療、影像監控、金融等領域都發展的非常快,一般情況下客戶在研發出 AI 模型後,就希望快速導入各個作業現場做推論(Inference)使用。然而一開始使用 AI 模型在現場操作時就會發現需要非常低的系統運作延遲時間才能確保 AI 執行效果,例如行駛中的汽車車牌辨識、行動中人臉辨識與生產線瑕疵品檢測等。除了效能等級夠高的硬體規格之外,還需要完整配套的軟體環境才能符合低延遲時間的AI系統運作。
一切從這一篇開始 http://developer.chrome.com/apps/about_apps Chrome Apps deliver an experience as capable as a native app, but as safe as a web page. Just like web apps, Chrome Apps are written in HTML5, JavaScript, and CSS. But Chrome Apps look and behave like native apps, and they have native-like capabilities that are much more powerful than those available to web apps. Chrome Apps 就是用網頁語言單是想要做成像原生的App一樣,如果是網頁開發者應該很容易上手,因為語言相同,同樣的一份Code,可以用Chrome Browser直接打開網址,也可以藉由Chrome App的擴充功能(Extension)打開,也可以在Chrome Book(Chrome OS )上打開。 上圖顯示的是用Browser直接打開 localhost的 Hello World 以及載入extension 後開啟的小視窗版Hello World。 Hello World的程式碼 https://github.com/GoogleChrome/chrome-app-samples/tree/master/hello-world Chrome Apps 的基本,就是要可以 local 處理 。 Chrome Apps get the following for free: Your app’s files—all of its JavaScript, CSS, and fonts, plus other resources it needs (such as images)—are already downloaded . Your app can save and optionally sync small amounts of data using the ...
留言
張貼留言