Recently, I want to deploy a Deeplearning model (Tensorflow) on mobile (Android/iOS) and I found that Kivy Python is a good choice to write cross-platform apps. (I am not familiar with Java Android)
But I don't know how to integrate Tensorflow libs when building .apk file. The guide for writing "buildozer recipe" is quite complicate for this case.
Is there any solution for this problem without using native Java Android and Tensorflow Lite?