Port TensorFlow code to Android

前端 未结 2 1786
小蘑菇
小蘑菇 2021-02-09 13:19

I have written a script for sequence classification using TensorFlow in Python. I would like to port this code to Android. I have seen the example on the TensorFlow github page

2条回答
  •  青春惊慌失措
    2021-02-09 13:52

    There is QPython or Kivy.

    QPython - Android Apps on GooglePlay. It's a script engine that runs Python on android devices. It lets your android device run Python scripts and projects. It contains the Python interpreter and some other stuff like pip, but there's no compiler available, so only pure-python packages will work.

    Python for Android - lets you compile a Python application into an Android APK together with additional packages both pure-python and those that need compiling.

提交回复
热议问题