An open API service indexing awesome lists of open source software.

https://github.com/maifeeulasad/geneder-prediction-name-android


https://github.com/maifeeulasad/geneder-prediction-name-android

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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