tflite-support
tflite-support copied to clipboard
TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
Hi @lu-wang-g What are the basic steps to generate a AAR or JAR file with some minor tweaks to the code based my needs. Can you please specify some files...
def tensorflow = "0.4.4" api "org.tensorflow:tensorflow-lite-task-vision:$tensorflow" api "org.tensorflow:tensorflow-lite-support:$tensorflow" api "org.tensorflow:tensorflow-lite-metadata:$tensorflow" when tensorflow-lite-task-vision version is 0.4.4  change tensorflow-lite-task-vision version to 0.3.0 , is run ok.