Image classification app in Android using custom TFLite model

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • example

  • git clone https://github.com/tensorflow/examples

  • examples

    TensorFlow examples (by tensorflow)

  • https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android contains an example application for TensorFlow Lite on Android. It uses Image classification to continuously classify whatever it sees from the device's back camera. The inference is performed using the TensorFlow Lite Java API. The demo app classifies frames in real-time, displaying the topmost probable classes. It allows the user to choose between a floating-point or quantized model, select the thread count, and decide whether to run on CPU, GPU, or via NNAPI.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts