Model Deep Learning in mobile(Android)

Guys, need to run a deep learning model on a smartphone (Android). What’s the best way?

@marcelFrancoUFF,

Welcome to the Tensorflow Forum!

Tensorflow Lite lets you run Tensorflow machine learning (ML) models in your Android apps. The Tensorflow Lite system provides prebuilt and customizable execution environments for running models on Android quickly and efficiently, including options for hardware acceleration. For more details please refer to TensorFlow Lite for Android and Quickstart for Android.

Thank you!