ML Kit was introduced as part of Firebase suite. The SDK brings power of Google Vision APIs, TensorFlow Lite and Neural Network APIs together in single SDK. To use the ML Kit, you don’t have to be skilled ML developer
project • Upgrade to Blaze Plan • Enable Cloud Based APIs • Copy API Key in your code That’s it and now you can work with cloud base API without adding dependencies in your app.
new NetHttpTransport(), new AndroidJsonFactory(), null); visionBuilder.setVisionRequestInitializer( new VisionRequestInitializer("YOUR_API_KEY")); Feature desiredFeature = new Feature(); desiredFeature.setType("FACE_DETECTION");
the model • Upload Model to Firebase • Navigate to ML Kit in Firebase • Select custom model and upload model • Load the Model • Run the model over data Now you can use custom model in your mobile app.