https://github.com/maifeeulasad/geneder-prediction-name-android
https://github.com/maifeeulasad/geneder-prediction-name-android
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maifeeulasad/geneder-prediction-name-android
- Owner: maifeeulasad
- License: mit
- Created: 2021-04-08T10:04:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T06:45:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T20:13:42.621Z (about 1 year ago)
- Language: Kotlin
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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