Idiomatic TensorFlow on Android — Get started with the TensorFlow Support Library
Working with data on Android is inconvenient!
If you’ve used TensorFlow Lite on Android before, chances are that you’ve had to deal with the tedious task of pre-processing data, working with Float arrays in a statically typed language or resize, tran...