Saturday, 12 November 2022

using android pre build tensorflow tflight model from android example in python code

I recently downloaded an android demo app for text classification made by TensorFlow and this is the GitHub link android GitHub demo

and within that app it has 2 mode to predict if the text is positive or negative using (AverageWordVec / MobileBERT ) but MobileBERT accuracy is way better

Now i tried to search for alternative but using python but i couldnt find anything using the same mode or even close to the same accurecy.

Is there away to use mobilebert.tflite file in python and get the same prediction? Would be very appreciated if someone can give me example code to run that file in python

tensorflow



from using android pre build tensorflow tflight model from android example in python code

No comments:

Post a Comment