R
R
Rarity72020-01-18 23:30:29
Python
Rarity7, 2020-01-18 23:30:29

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

1 answer(s)
D
davidnum95, 2020-01-19
@davidnum95

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 question

Ask a Question

731 491 924 answers to any question