TensorFlow Lite is a lightweight library for deploying machine learning models on mobile and embedded devices.
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-lite</artifactId>
<version>2.17.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of TensorFlow Lite Interpreter
Use TensorFlow Lite Converter to convert models.
No dependency data recorded yet.