Hello,
This is to complete an old discussion of TensorFlowLite started in this link
https://www.b4x.com/android/forum/t...hine-deep-learning-wrapper.96410/page-3#posts
which had been posted by moster67
@moster67 --> Thanks for the initiative to develop tensorflowlite library
I have just updated the library to work with Lobe and other new versions of platforms
attached the library & the following is the link of the tensorflow-lite-2.2.0.aar file which should be copied into the additional library folder as well
Edit by Erel:
With B4A v13+ you should add these lines to the main module:
This is to complete an old discussion of TensorFlowLite started in this link
https://www.b4x.com/android/forum/t...hine-deep-learning-wrapper.96410/page-3#posts
which had been posted by moster67
@moster67 --> Thanks for the initiative to develop tensorflowlite library
I have just updated the library to work with Lobe and other new versions of platforms
attached the library & the following is the link of the tensorflow-lite-2.2.0.aar file which should be copied into the additional library folder as well
Edit by Erel:
With B4A v13+ you should add these lines to the main module:
B4X:
#ExcludedLib: guava-26.0-android.jar
#AdditionalJar: com.google.guava:guava
#AdditionalJar: com.google.guava:listenablefuture
Attachments
Last edited by a moderator: