python-for-android
python-for-android copied to clipboard
Executorch Recipe
Please add Executorch Recipe so we can use this in kivy for Android. https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html
I'm running a pytorch model with kivy on android. I converted it to .onnx and wrote this wrapper of the native android api using pyjnius: https://github.com/aicelen/Onnx-Kivy-Android. It works really well and support is also great (I'm running a vision transformer).