- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 222字
- 2021-06-10 19:41:39
TensorFlow Lite on Android Studio
You can download and build TensorFlow Lite directly from Android Studio by following these steps:
- Download and install the latest version of Android Studio.
- In your studio settings, make sure that the NDK version is greater than 14 and the SDK version is greater than 26. We are using 27 in this book and on further applications. We will look in detail at how to configure this in further projects.
- You can download the application from the link in the following information box.
- As Android Studio instructs, you need to install all the Gradle dependencies.
The demo app can be found at: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo.
We need a model in order to use it in the application. We can either use an existing model or train our own model. Let's use an existing model in this application.
You can download models at the link given next, in the information box. You can also download the zipped model file from the link given:
- You can download an Inception-v3 floating point model or the latest MobileNet model. Copy the appropriate .tflite to the Android app's assets directory. You can then change the classifier in the Camera2BasicFragment.java file, tensorflow/contrib/lite/java/demo/app/src/main/assets/.
The models can be downloaded from: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/models.md.
Now, you can build and run the demo app.
推薦閱讀
- 電腦組裝與維修從入門到精通(第2版)
- 極簡Spring Cloud實戰
- 嵌入式技術基礎與實踐(第5版)
- 電腦常見故障現場處理
- micro:bit魔法修煉之Mpython初體驗
- Machine Learning with Go Quick Start Guide
- BeagleBone Robotic Projects
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Python Machine Learning Blueprints
- 微服務實戰(Dubbox +Spring Boot+Docker)
- 計算機組裝與維護(慕課版)
- Blender for Video Production Quick Start Guide
- 創客電子:Arduino和Raspberry Pi智能制作項目精選
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker
- Arduino+3D打印創新電子制作2