Android-TensorFlow-Lite-Example and AndroidTensorFlowMNISTExample
These are ecosystem siblings—both are educational examples created by the same author demonstrating TensorFlow Lite integration on Android, with the first covering general ML inference while the second specifically illustrates the MNIST digit classification use case.
About Android-TensorFlow-Lite-Example
amitshekhariitbhu/Android-TensorFlow-Lite-Example
Android TensorFlow Lite Machine Learning Example
This example helps Android developers integrate machine learning capabilities directly into their mobile applications. It takes an image captured by an Android device's camera and uses it to identify objects within the picture. Mobile app developers can use this as a starting point to add features like real-time object recognition to their apps.
About AndroidTensorFlowMNISTExample
amitshekhariitbhu/AndroidTensorFlowMNISTExample
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
This is an example project for Android developers that demonstrates how to integrate a machine learning model to recognize handwritten digits. You input a handwritten digit drawn on an Android device, and the app outputs the recognized digit. This is ideal for developers learning to implement on-device machine learning for classification tasks.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work