Thanks to TensorFlow Lite (TFLite), we can build deep learning models that work on mobile devices. In fact, models generated by TFLite are optimized specifically for mobile and edge deployment for that purpose. After a deep learning model is created in TensorFlow, developers can use the TensorFlow Lite converter to convert that model to a format that runs in mobile devices.
Continue reading Image Recognition for Android with a Custom TensorFlow Lite Model