TFLite for Normal Java

Hey there,

trying to figure this out now for an hour: Can I use tensorflow lite with a normal java application, or is it only possible for android and I need to use org.tensorflow for java?
Tried to search everywhere and my gradle has a hard time getting it into my intelliJ, so I thought I better ask. The nice folks from the JVM SIG asked me to go here.

Best,
Martin

Yes, it’s possible to use TF Lite with the JDK using custom builds like the ones here:

Thank you @saudet ! I will dive right in!

1 Like