https://github.com/margaretmz/android-ml-ui-templates
A set of UI samples for Android ML apps
https://github.com/margaretmz/android-ml-ui-templates
Last synced: 6 months ago
JSON representation
A set of UI samples for Android ML apps
- Host: GitHub
- URL: https://github.com/margaretmz/android-ml-ui-templates
- Owner: margaretmz
- License: apache-2.0
- Created: 2020-06-20T17:35:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T04:56:51.000Z (about 5 years ago)
- Last Synced: 2025-04-13T14:56:04.284Z (6 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android ML UI Templates
A set of UI samples for implementing TensorFlow Lite ML models on Android, in particular for computer vision.Provide best practices of UI design patterns for common computer vision scenarios:
* Quick testing using a photo from assets or drawables
* CameraX for photo capture or preview frames
* Select photos from the gallery
* Data persistence to local storage which enables image saving and sharing
* UI navigation using JetPack Nav Component
* Asynchronous handling with Kotlin Coroutine, especially when the model inference is slow