Android Question Tensorflow B4A

Daniel Uribe

Member
Licensed User
Longtime User
Greetings for all.

A little question, is possible to implement Tensorflow in B4A?, Tensorflow is a new open-source software library for Machine Intelligence provided by Google. Allows you to recognize images in a percentage way.

If someone has worked with it I ask for your help, otherwise let's code together!

This can help applications that use many images uploaded by users to a server without humans hands
monitoring.

Code-Example: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android/

Tensorflow explanation: https://www.tensorflow.org/mobile/

Thanks for all the help!
 

hayderOICO

Member
Licensed User
Longtime User
hi

I'm also using tensorflow in android... I have to use android studio.

its not difficult to mod the test example above for your own model and compile on android studio.

It would be far easier for you to just use android studio for this... because tensorflow also uses C++ NDK... (and the same is true for Caffe2).

and by using android studio you also have access to the camera2 api which b4a sadly still lacks.
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…