I implemented python native script for Linux. It works fine.
I'd like to run it on terminal of Android. However it's impossible to install tensorflow into Android on Termux app due to no support for Android.
What is the most simple solution to run my python script on Android?
- Possible to without modifying python script?
- Need to re-implement as android app?