- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 130字
- 2021-06-10 19:41:39
TensorFlow Lite on Android
We can start using the demo app provided in the TensorFlow GitHub repository. This is a camera application that classifies images continuously using either a floating point Inception-v3 model or a quantized MobileNet model. Try this using Android Version 5.0 or preceding.
The demo app can be found at: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite/java/demo/app.
This application performs real-time classification of frames. It displays the top most-probable classification categories. It also displays the time taken to detect the object.
There are three ways to get the demo app on your device:
- You can download the APK binary, which is pre-built
- You can build on Android Studio and run the application
- You can use Bazel to download the source code of TensorFlow Lite, and run the app through the command line
推薦閱讀
- Learning Cocos2d-x Game Development
- 電腦軟硬件維修大全(實例精華版)
- 電腦組裝與維修從入門到精通(第2版)
- Linux運維之道(第2版)
- 基于ARM的嵌入式系統和物聯網開發
- Artificial Intelligence Business:How you can profit from AI
- 嵌入式系統中的模擬電路設計
- Practical Machine Learning with R
- Arduino BLINK Blueprints
- Istio服務網格技術解析與實踐
- 單片機原理及應用:基于C51+Proteus仿真
- Hands-On Deep Learning for Images with TensorFlow
- 可編程邏輯器件項目開發設計
- UML精粹:標準對象建模語言簡明指南(第3版)
- MicroPython Cookbook