Building an "Image Labeling ML Kit" Android App in Android Studio IDE, using Java programming language and "Machine Learning" implementation with the "Firebase ML-Kit" - "Image Labeling" library.
Machine Learning" implementation using the "TensorFlow Lite" - "</a href="https://www.tensorflow.org/lite/examples/image_classification/overview">Image Classification"" library.
In which:
The user will choose an image from gallery or capture it using camera;
The image will be passed to the "Image Labeling" Model of "ML-Kit";
The predicted result will be shown to the user.