python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Executorch Recipe

Open Sahil-pixel opened this issue 11 months ago • 1 comments

Please add Executorch Recipe so we can use this in kivy for Android. https://pytorch.org/executorch/stable/tutorials/export-to-executorch-tutorial.html

Sahil-pixel avatar Feb 26 '25 10:02 Sahil-pixel

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).

aicelen avatar Oct 19 '25 08:10 aicelen