- 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
推薦閱讀
- FPGA從入門到精通(實戰篇)
- Deep Learning with PyTorch
- The Applied AI and Natural Language Processing Workshop
- 精選單片機設計與制作30例(第2版)
- Manage Partitions with GParted How-to
- 電腦軟硬件維修從入門到精通
- Machine Learning with Go Quick Start Guide
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- 筆記本電腦應用技巧
- 筆記本電腦使用、維護與故障排除從入門到精通(第5版)
- 龍芯自主可信計算及應用
- FL Studio Cookbook
- 3D Printing Blueprints
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- 計算機組裝與維護(慕課版)