Tag: Tensorflow Lite

  • Flutter Image classification using TensorFlow in 4 steps

    Flutter Image classification using TensorFlow in 4 steps

    Google provides a few products within the TensorFlow family: TensorFlow: the core open course library that is the foundation of developing and training machine learning models. TensorFlow.js: similar to TensorFlow but focus purely on JavaScript TensorFlow Lite: as the name suggests, it is a lightweight version of TensorFlow for deploying models on mobile devices. It […]

  • How to run Object Detection with Tensorflow Lite and a Raspberry PI to Build a Wildlife camera

    How to run Object Detection with Tensorflow Lite and a Raspberry PI to Build a Wildlife camera

    What is Tensorflow Lite? As the name indicates Tensorflow Lite is the light version of Tensorflow which is design to run on small devices, like mobile phones, tablets, edge devices like the Raspberry PI and etc. Tensorflow lite is composed of two packages: The interpreter: What you normally use when calling TensorFlow lite for inference […]

  • TensorFlow Lite Image recognition: Android with Kotlin

    TensorFlow is a wonderful tool for machine learning, where its main purpose is designed for neural network models. When it comes to mobile, Google has provided us with two libraries: TensorFlow mobile and TensorFlow Lite. They both works on Android and iOS. While TensorFlow mobile is recommended to use for developers who have a pre-trained model (a trained model is like […]