Answer the question
In order to leave comments, you need to log in
Can I use a trained Python model in an Android app?
The TensorFlow Core framework has various algorithms for learning, etc. written in Pyhton. And it all works in its own environment like Jupyter. How can this model be applied to real applications? That is, how can we run this Python code in the program we need? I can't figure out how to transfer this Python algorithm to my application, for example, Android?
I know that there is TensorFlow Mobile designed specifically for Android, but if, for example, there is no necessary implementation, the necessary algorithm.
Answer the question
In order to leave comments, you need to log in
In TensorFlow Lite, you can upload your trained model.
https://github.com/tensorflow/examples/tree/master...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question