Firebase ML Kit helps to add ML features to our app without the need of ML experience it. There's no need to have deep knowledge of neural networks or model optimization to get started.
Firebase ML Kit provides multiple tools, which are as follows:
- Text recognition (OCR): Recognizes text on photos. Available as on-device and cloud-based functionality.
- Face detection: Detects faces in an image, identifies key facial features, and gets the contours of detected faces. Available as on-device functionality.
- Barcode scanning: Scans multiple types of barcodes. Available as on-device.
- Image labeling: Recognizes entities in an image. Available as on-device and cloud-based functionality.
- Landmark recognition: Recognizes well-known landmarks in an image. Available as cloud-based functionality.
- Language identification: Determines the language of a string of text...