- 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
推薦閱讀
- 新媒體跨界交互設計
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- Instant uTorrent
- 電腦組裝與維修從入門到精通(第2版)
- INSTANT Wijmo Widgets How-to
- 電腦組裝、維護、維修全能一本通(全彩版)
- 筆記本電腦應用技巧
- Hands-On Artificial Intelligence for Banking
- Spring Cloud微服務和分布式系統實踐
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Wireframing Essentials
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- Spring Security 3.x Cookbook
- Drupal Rules How-to
- 嵌入式系統設計大學教程(第2版)