Geneder-Prediction-Name-Android Steps: Put .tflite model in asset: like this: https://github.com/maifeeulasad/Geneder-Prediction-Name-Android/tree/main/gpna/app/src/main/assets Inference part is here: here: https://github.com/maifeeulasad/Geneder-Prediction-Name-Android/blob/main/gpna/app/src/main/java/com/mua/gpna/GpnaClassifier.kt Finally calling/using that inference engine from/in Activity: here: https://github.com/maifeeulasad/Geneder-Prediction-Name-Android/blob/main/gpna/app/src/main/java/com/mua/gpna/MainActivity.kt