Registry / other / tensorflow-lite

tensorflow-lite

JSON →
library2.17.0javamavenunverified

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>
INSTALL
IMPORT
SIG · TENSORFLOW-LITE
T
tensorflow-lite
otherjavav2.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Interpreter
org.tensorflow.lite.Interpreter

Minimal usage of TensorFlow Lite Interpreter

import org.tensorflow.lite.Interpreter; public class Example { public static void main(String[] args) throws Exception { Interpreter interpreter = new Interpreter(java.nio.ByteBuffer.allocate(0)); System.out.println("TensorFlow Lite Interpreter created"); } }
Debug
Known issues
gotchaTensorFlow Lite models require specific format; ensure your model is converted to .tflite.
fix
Use TensorFlow Lite Converter to convert models.
affects: *
Upgrade
Version history
2.17.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
tensorflow-lite — mvn dependency:get tensorflow-lite · libregistry