Does ml Kit use TensorFlow?

ML Kit can use TensorFlow Lite models hosted remotely using Firebase, bundled with the app binary, or both . By hosting a model on Firebase, you can update the model without releasing a new app version, and you can use Remote Config and A/B Testing to dynamically serve different models to different sets of users.

Read more

What is custom model?

Custom models can be used to store sets of data in an object that is not implemented in your data model . You can use it for organizing transmitted data or for organizing variables that are used in your application. Custom models can be used in endpoints and actions as a source of input and output data.

Read more