Running LiteRT-Next on Android using Python, Pyjnius and Kivy.
You can find the latest version here: https://github.com/aicelen/Andromr/blob/52078722290ec24f18ac68ddb091dfee8bbd338e/homr/inference_engine/tflite_model.py
I stopped developing this as writing the inference code in Java provides big speed-ups (up to 2x faster). Here's an implementation in Java: https://github.com/aicelen/Andromr/blob/d0a4802cecb1cfafc6067b03f4f1cf6dea2cc829/java/LiteRTModel.java