# ML Kit

Published articles for ML Kit.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building Menu Vision: Real-Time Dish Recognition

DevFeed: [Building Menu Vision: Real-Time Dish Recognition](<https://devfeed.tech/articles/building-menu-vision-real-time-dish-recognition-27430.md>)

Original publisher: [Read original article](<https://engineeringblog.yelp.com/2026/08/building-menu-vision-real-time-dish-recognition.html>)

Author: Arpitha Dudi, Growth Tech Lead

Published: 2026-08-20T00:00:00Z

Content type: article

Language: en

Sources: [Yelp](<https://devfeed.tech/sources/yelp.md>)

Topics: [Computer vision](<https://devfeed.tech/topics/computer-vision.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Android](<https://devfeed.tech/topics/android.md>), [cameraX](<https://devfeed.tech/topics/camerax.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [Development](<https://devfeed.tech/topics/development.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [camerax](<https://devfeed.tech/tags/camerax.md>), [data-pipeline](<https://devfeed.tech/tags/data-pipeline.md>), [development](<https://devfeed.tech/tags/development.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [ios](<https://devfeed.tech/tags/ios.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [prototype](<https://devfeed.tech/tags/prototype.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [recognition](<https://devfeed.tech/tags/recognition.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Yelp describes Menu Vision, a feature that uses a phone camera, AI, augmented reality, and text recognition to identify dishes on restaurant menus and surface related user photos and reviews. The article covers its hackathon-origin Android prototype and the production system's on-device machine learning, real-time computer vision, fuzzy matching, and distributed data pipeline.

### Source excerpt

Menus aren't just lists, they're a window into a restaurant's unique offerings, specialties, and personality, shaping where and what we choose to eat. But here's the challenge: reading "Kung Pao Chicken - Stir-fried chicken with peanuts in spicy sauce" doesn't tell you what the portions look like, whether other diners loved it, or if it matches your expectations. At Yelp, we knew we had the solution sitting in our user-generated content: hundreds of millions of photos, reviews, and prices for dishes. The problem? Users had to manually search for each dish, an experience that doesn't work well when you're at...

## Scanning bus stop codes with ML Kit and Vision in the GalwayBus Compose Multiplatform app

DevFeed: [Scanning bus stop codes with ML Kit and Vision in the GalwayBus Compose Multiplatform app](<https://devfeed.tech/articles/scanning-bus-stop-codes-with-ml-kit-and-vision-in-the-galwaybus-compose-multiplatform-app-25195.md>)

Original publisher: [Read original article](<https://johnoreilly.dev/posts/galwaybus-scan-stop-kmp/>)

Published: 2026-08-06T23:00:00Z

Content type: tutorial

Language: en

Sources: [John O'Reilly](<https://devfeed.tech/sources/john-o-reilly.md>)

Topics: [compose-multiplatform](<https://devfeed.tech/topics/compose-multiplatform.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Android](<https://devfeed.tech/topics/android.md>), [cameraX](<https://devfeed.tech/topics/camerax.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Code](<https://devfeed.tech/topics/code.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [apple](<https://devfeed.tech/tags/apple.md>), [camera](<https://devfeed.tech/tags/camera.md>), [camerax](<https://devfeed.tech/tags/camerax.md>), [code](<https://devfeed.tech/tags/code.md>), [compose-multiplatform](<https://devfeed.tech/tags/compose-multiplatform.md>), [ios](<https://devfeed.tech/tags/ios.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>), [native](<https://devfeed.tech/tags/native.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [platform](<https://devfeed.tech/tags/platform.md>), [recognition](<https://devfeed.tech/tags/recognition.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This tutorial explains how the GalwayBus app scans six-digit bus stop codes using on-device ML Kit on Android and Apple's Vision framework on iOS. Camera preview, matching logic, and UI are shared through Compose Multiplatform, while platform-specific implementations handle camera access and OCR. Recognized six-digit runs are matched exactly to stops, and overlapping recognition requests are avoided by dropping newer frames.

### Source excerpt

Every bus stop in Galway has a plate with a 6-digit stop code printed on it. We recently added a "Scan" tab to the GalwayBus app that lets you point the camera at that plate and jump straight to the stop's departures. The text recognition runs entirely on device (ML Kit on Android, Apple's Vision framework on iOS), with the camera preview, matching logic and UI all living in the shared Compose Multiplatform code.

## Build intelligent Android apps: On-device inference

DevFeed: [Build intelligent Android apps: On-device inference](<https://devfeed.tech/articles/build-intelligent-android-apps-on-device-inference-22678.md>)

Original publisher: [Read original article](<http://android-developers.googleblog.com/2026/07/android-on-device-inference.html>)

Author: Android Developers (noreply@blogger.com)

Published: 2026-07-21T13:00:00Z

Content type: article

Language: en

Sources: [Android Developers Blog](<https://devfeed.tech/sources/android-developers-blog-3.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [gemma4](<https://devfeed.tech/topics/gemma4.md>), [Google](<https://devfeed.tech/topics/google.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [features](<https://devfeed.tech/tags/features.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [google](<https://devfeed.tech/tags/google.md>), [inference](<https://devfeed.tech/tags/inference.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

This Android developer article explains how to use Gemini Nano through ML Kit's Prompt API to build on-device features in the Jetpacker demo app. It covers itinerary summarization, expense management, and voice notes, emphasizing local processing, privacy, offline reliability, and avoiding cloud inference costs. The article reports that prompt iteration reduced response time from 13 seconds to under 2 seconds.

### Source excerpt

Posted by Caren Chang, Developer Relations Engineer, Android Developer Relations Welcome back to the blog post series "Build intelligent Android apps" where we take a basic Android app and transform it into a personalized, intelligent, and agentic experience. In our previous post we introduced Jetpacker, the demo app we'll use throughout this series. In this blog post, we will share how you can use Gemini Nano through ML Kit's Prompt API to build intelligent on-device features. Building intelligent on-device features refers to the ability to process prompts and data directly on a device without sending data to a server. This offers a few advantages: User data can be processed locally on the device, preserving user privacy Functionality of the model is reliable even with spotty or no internet connection No additional cloud inference cost, since everything runs on the user's hardware With the benefits of on-device in mind, we identified three features to add in Jetpacker that can improve the user experience: summarizing trip itineraries, managing expenses, and capturing voice notes. On-device features in Jetpacker: Summarizing trip itineraries, managing expenses, and voice notes High quality tailored summarization of short texts The itinerary screen gives users a quick overview of all activities for a given trip. Since this screen contains a lot of information, it can quickly become overwhelming. To help users prepare without feeling overwhelmed, we can add a 'Get ready for your trip' section at the top. The romantic Paris trip is summarized as a classic Parisian adventure blending art, sights, and delicious food. A tip and some useful phrases are also added. By inputting a trip itinerary and asking an LLM to summarize it, we can generate a quick summary of the trip along with packing tips and useful local phrases. This is a great use case for an on-device model for several reasons: Performance and quality: Both the input and output text are relatively short. With tha

## ML Kit Document Scanner in action

DevFeed: [ML Kit Document Scanner in action](<https://devfeed.tech/articles/ml-kit-document-scanner-in-action-25944.md>)

Original publisher: [Read original article](<https://medium.com/google-developer-experts/ml-kit-document-scanner-in-action-1c3a49ef5a33?source=rss-cbfc736ddcd3------2>)

Author: Julien Salvi

Published: 2024-04-15T09:53:27Z

Content type: tutorial

Language: en

Sources: [Stories by Julien Salvi on Medium](<https://devfeed.tech/sources/stories-by-julien-salvi-on-medium.md>)

Topics: [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Android](<https://devfeed.tech/topics/android.md>), [API](<https://devfeed.tech/topics/api.md>), [pdf](<https://devfeed.tech/topics/pdf.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-development](<https://devfeed.tech/tags/android-development.md>), [api](<https://devfeed.tech/tags/api.md>), [code](<https://devfeed.tech/tags/code.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [ml-kit-android](<https://devfeed.tech/tags/ml-kit-android.md>), [pdf](<https://devfeed.tech/tags/pdf.md>), [scanner](<https://devfeed.tech/tags/scanner.md>)

### AI overview

This tutorial explores ML Kit Document Scanner for Android and demonstrates integrating it into a messaging feature. The library digitizes physical documents, supports automatic capture, detection, cropping, rotation, image editing, and optional gallery import, with the scan flow delivered through Play Services.

### Source excerpt

Recently, ML Kit released a new library to digitize physical documents directly from your Android application. ML Kit Document Scanner allows the users to easily scan documents with maximum controls and minimum code integration. During my time at Aircall, I took some time to explore and integrate the library to build an Android-exclusive feature for the messaging scope. Discovering the library ML Document Scanner is the newborn of the ML Kit family. It allows users to convert physical documents into digital formats. The library now brings this feature to any apps with many capabilities like applying filters, cleaning the image, removing shadows and many more. The entire scan flow is delivered by the Play Services so no camera permission is mandatory and the library size (~300KB download size increase) has a low impact in your app (the ML models are also managed by the Play Services). So let's dig into the what the library offers. The ML Kit Document Scanner offers key capabilities like a high-quality user interface that ensures consistency across Android applications. With automatic capture and document detection, the users can effortlessly scan documents, while accurate edge detection ensures optimal cropping results. Additionally, automatic rotation detection ensures that scanned documents are presented upright. For developers seeking customization options, the Document Scanner API offers flexibility. You can set a limit on the number of pages scanned and enable or disable the capability to import from the photo gallery. Moreover, there are 3 editing modes available: basic editing capabilities, editing with image filters or editing with ML-enabled image cleaning capabilities (erase stains, fingers...). You will find a complete overview of the library with the official documentation. ML Kit | Google for Developers Build with Document ScannerCrafting the feature It's now time to craft our new feature with ML Kit Document Scanner. Here, we want to give the ability to t

## Product news and other highlights from Firebase Live

DevFeed: [Product news and other highlights from Firebase Live](<https://devfeed.tech/articles/product-news-and-other-highlights-from-firebase-live-16348.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/07/product-news-and-highlights-from-firebase-live>)

Author: Francis Ma

Published: 2020-07-22T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Web app](<https://devfeed.tech/topics/webapp.md>)

Tags: [authentication](<https://devfeed.tech/tags/authentication.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [news](<https://devfeed.tech/tags/news.md>), [product-news](<https://devfeed.tech/tags/product-news.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase recaps its Firebase Live web series, including product updates, videos, codelabs, an interactive demo, and answers to developer questions. The article highlights the new local emulator UI, which supports local development, log filtering, data testing, and safer experimentation without affecting shared environments or incurring billing costs.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Enhance your TensorFlow Lite deployment with Firebase

DevFeed: [Enhance your TensorFlow Lite deployment with Firebase](<https://devfeed.tech/articles/enhance-your-tensorflow-lite-deployment-with-firebase-16344.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2020/06/enhance-your-tensorflow-lite-deployment-with-firebase>)

Author: Khanh LeViet

Published: 2020-06-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [TensorFlow Lite](<https://devfeed.tech/topics/tensorflow-lite.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Firebase ML](<https://devfeed.tech/topics/firebase-ml.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ml](<https://devfeed.tech/tags/firebase-ml.md>), [google](<https://devfeed.tech/tags/google.md>), [inference](<https://devfeed.tech/tags/inference.md>), [ios](<https://devfeed.tech/tags/ios.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>)

### AI overview

This tutorial explains how to use Firebase Machine Learning to enhance TensorFlow Lite model deployment in Android and iOS applications. It covers over-the-air model delivery, downloading models on demand, model management through the Firebase Console or API, and production features such as inference-speed measurement and A/B testing.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Submit your ideas for the Android Developer Challenge

DevFeed: [Submit your ideas for the Android Developer Challenge](<https://devfeed.tech/articles/submit-your-ideas-for-the-android-developer-challenge-16332.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2019/11/submit-your-ideas-for-android-developer-challenge>)

Author: Laura Willis

Published: 2019-11-20T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [community](<https://devfeed.tech/tags/community.md>), [developer](<https://devfeed.tech/tags/developer.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [news](<https://devfeed.tech/tags/news.md>), [products](<https://devfeed.tech/tags/products.md>), [updates](<https://devfeed.tech/tags/updates.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>)

### AI overview

The Firebase team invites developers to submit ideas for the Android Developer Challenge by December 2. The challenge focuses on helpful innovation powered by on-device machine learning, with ML Kit for Firebase cited as an example technology.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new from Firebase at Google I/O 2019

DevFeed: [What's new from Firebase at Google I/O 2019](<https://devfeed.tech/articles/what-s-new-from-firebase-at-google-i-o-2019-16318.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2019/05/whats-new-google-io-2019>)

Author: Francis Ma

Published: 2019-05-07T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [API](<https://devfeed.tech/topics/api.md>), [Google](<https://devfeed.tech/topics/google.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [fabric](<https://devfeed.tech/tags/fabric.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [google](<https://devfeed.tech/tags/google.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [launch](<https://devfeed.tech/tags/launch.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase announces its biggest Google I/O 2019 updates, including new ML Kit beta capabilities for on-device translation, real-time object detection and tracking, and custom image classification with AutoML Vision Edge.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## ML Kit expands into NLP with Language Identification and Smart Reply

DevFeed: [ML Kit expands into NLP with Language Identification and Smart Reply](<https://devfeed.tech/articles/ml-kit-expands-into-nlp-with-language-identification-and-smart-reply-16315.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2019/04/ml-kit-expands-into-nlp>)

Author: Christiaan Prins; Max Gubin

Published: 2019-04-02T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Natural language processing](<https://devfeed.tech/topics/nlp.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [TensorFlow Lite](<https://devfeed.tech/topics/tensorflow-lite.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [language](<https://devfeed.tech/tags/language.md>), [launch](<https://devfeed.tech/tags/launch.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [news](<https://devfeed.tech/tags/news.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase announces two new ML Kit features: Language Identification and Smart Reply. The APIs support natural language processing, run fully on-device, and are available in the latest ML Kit SDK for iOS and Android.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## See how ML Kit and ARKit play together

DevFeed: [See how ML Kit and ARKit play together](<https://devfeed.tech/articles/see-how-ml-kit-and-arkit-play-together-16302.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/12/see-how-ml-kit-and-arkit-play-together>)

Author: Ibrahim Ulukaya

Published: 2018-12-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Cloud APIs](<https://devfeed.tech/topics/cloud-apis.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [apple](<https://devfeed.tech/tags/apple.md>), [arkit](<https://devfeed.tech/tags/arkit.md>), [cloud-apis](<https://devfeed.tech/tags/cloud-apis.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [image](<https://devfeed.tech/tags/image.md>), [ios](<https://devfeed.tech/tags/ios.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>)

### AI overview

This tutorial explains how to combine ML Kit and ARKit in an iOS project. It describes processing camera frames with ML Kit image labeling, using on-device results for responsiveness and cloud-based labeling for higher accuracy, then displaying the detected label in a 3D scene.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Firebase's 2018 Product Launches Recap

DevFeed: [Firebase's 2018 Product Launches Recap](<https://devfeed.tech/articles/countdown-to-2019-firebase-style-16300.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/12/firebase-2018-recap>)

Author: David East

Published: 2018-12-12T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [emulator-suite](<https://devfeed.tech/tags/emulator-suite.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [in-app-messaging](<https://devfeed.tech/tags/in-app-messaging.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [stackdriver](<https://devfeed.tech/tags/stackdriver.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [year-in-review](<https://devfeed.tech/tags/year-in-review.md>)

### AI overview

Firebase recaps 13 product launches from 2018. The supplied excerpts cover ML Kit for Android and iOS, Firebase In-App Messaging, and new REST APIs for task automation.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## ML Kit adds face contours to create smarter visual apps

DevFeed: [ML Kit adds face contours to create smarter visual apps](<https://devfeed.tech/articles/ml-kit-adds-face-contours-to-create-smarter-visual-apps-16295.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/11/ml-kit-adds-face-contours-to-create>)

Author: Christiaan Prins

Published: 2018-11-06T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [ML Kit](<https://devfeed.tech/topics/ml-kit.md>), [Computer vision](<https://devfeed.tech/topics/computer-vision.md>), [facial landmarks](<https://devfeed.tech/topics/facial-landmarks.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [image](<https://devfeed.tech/tags/image.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

ML Kit adds face contour detection for visual apps on Android and iOS. The feature detects more than 100 points outlining the face and features such as the eyes, nose, and mouth, with contour points updating in real time. The article also describes facial landmark detection and links to Android and iOS documentation.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new at Firebase Summit 2018

DevFeed: [What's new at Firebase Summit 2018](<https://devfeed.tech/articles/what-s-new-at-firebase-summit-2018-16291.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/10/whats-new-at-firebase-summit-2018>)

Author: Francis Ma

Published: 2018-10-29T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [app-quality](<https://devfeed.tech/tags/app-quality.md>), [bigquery](<https://devfeed.tech/tags/bigquery.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-messaging](<https://devfeed.tech/tags/cloud-messaging.md>), [cloud-platform](<https://devfeed.tech/tags/cloud-platform.md>), [community](<https://devfeed.tech/tags/community.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [data-studio](<https://devfeed.tech/tags/data-studio.md>), [dynamic-audiences](<https://devfeed.tech/tags/dynamic-audiences.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-summit](<https://devfeed.tech/tags/firebase-summit.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [ios](<https://devfeed.tech/tags/ios.md>), [live-streaming](<https://devfeed.tech/tags/live-streaming.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [news](<https://devfeed.tech/tags/news.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [predictions](<https://devfeed.tech/tags/predictions.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [summit](<https://devfeed.tech/tags/summit.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase announces updates at Firebase Summit 2018, including beta support for Firebase through Google Cloud Platform support packages. The article also highlights Firebase adoption and a Hotstar case study involving increased user engagement.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing ML Kit for Firebase

DevFeed: [Introducing ML Kit for Firebase](<https://devfeed.tech/articles/introducing-ml-kit-for-firebase-16268.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/05/introducing-ml-kit-for-firebase>)

Author: Sachin Kotwani

Published: 2018-05-10T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Cloud APIs](<https://devfeed.tech/topics/cloud-apis.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [cloud-apis](<https://devfeed.tech/tags/cloud-apis.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google](<https://devfeed.tech/tags/google.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [ios](<https://devfeed.tech/tags/ios.md>), [launch](<https://devfeed.tech/tags/launch.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase introduces ML Kit in beta, an SDK that helps Android and iOS developers add machine-learning features without requiring extensive machine-learning expertise. It includes ready-to-use APIs for text recognition, face detection, barcode scanning, image labeling, and landmark recognition, with both on-device and cloud-based options.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new in Firebase at I/O 2018

DevFeed: [What's new in Firebase at I/O 2018](<https://devfeed.tech/articles/what-s-new-in-firebase-at-i-o-2018-16270.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2018/05/whats-new-in-firebase-at-io-2018>)

Author: Francis Ma

Published: 2018-05-08T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [TensorFlow Lite](<https://devfeed.tech/topics/tensorflow-lite.md>), [Amazon Machine Learning](<https://devfeed.tech/topics/amazon-machine-learning.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [google-analytics](<https://devfeed.tech/tags/google-analytics.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [ios](<https://devfeed.tech/tags/ios.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml-kit](<https://devfeed.tech/tags/ml-kit.md>), [news](<https://devfeed.tech/tags/news.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [tensorflow-lite](<https://devfeed.tech/tags/tensorflow-lite.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase announces improvements at I/O 2018, including the public beta of ML Kit, an SDK for adding machine learning features to Android and iOS apps. ML Kit provides ready-to-use APIs for text recognition, face detection, barcode scanning, image labeling, and landmark recognition, with on-device and cloud-based options. Developers can also use their own TensorFlow Lite models, while Firebase handles hosting and serving. The article also begins discussing improvements to Performance Monitoring.

### Source excerpt

News, tutorials, and updates from the Firebase team.