Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ On-device machine learning solutions with ML Kit, now even easier to use

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š On-device machine learning solutions with ML Kit, now even easier to use


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: feedproxy.google.com

Posted by Christiaan Prins, Product Manager, ML Kit and Shiyu Hu, Tech Lead Manager, ML Kit

ML Kit logo

Two years ago at I/O 2018 we introduced ML Kit, making it easier for mobile developers to integrate machine learning into your apps. Today, more than 25,000 applications on Android and iOS make use of ML Kitโ€™s features. Now, we are introducing some changes that will make it even easier to use ML Kit. In addition, we have a new feature and a set of improvements weโ€™d like to discuss.

A new ML Kit SDK, fully focused on on-device ML

ML Kit API Overview

ML Kit's APIs are built to help you tackle common challenges in the Vision and Natural Language domains. We make it easy to recognize text, scan barcodes, track and classify objects in real-time, do translation of text, and more.

The original version of ML Kit was tightly integrated with Firebase, and we heard from many of you that you wanted more flexibility when implementing it in your apps. As a result, we are now making all the on-device APIs available in a new standalone ML Kit SDK that no longer requires a Firebase project. You can still use both ML Kit and Firebase to get the best of both products if you choose to.

With this change, ML Kit is now fully focused on on-device machine learning, giving you access to the unique benefits that on-device versus cloud ML offers:

  • Itโ€™s fast, unlocking real-time use cases- since processing happens on the device, there is no network latency. This means, we can do inference on a stream of images / video or multiple times a second on text strings.
  • Works offline - you can rely on our APIs even when the network is spotty or your appโ€™s end-user is in an area without connectivity.
  • Privacy is retained: since all processing is performed locally, there is no need to send sensitive user data over the network to a server.

Naturally, you still get access to Googleโ€™s on-device models and processing pipelines, all accessible through easy-to-use APIs, and offered at no cost.

All ML Kit resources can now be found on our new website where we made it a lot easier to access sample apps, API reference docs and our community channels that are there to help you if you have questions.

Object detection & tracking gif Text recognition + Language ID + Translate gif

What does this mean if I already use ML Kit today?

If you are using ML Kit for Firebaseโ€™s on-device APIs in your app today, we recommend you to migrate to the new standalone ML Kit SDK to benefit from new features and updates. For more information and step-by-step instructions to update your app, please follow our Migration guide. The cloud-based APIs, model deployment and AutoML Vision Edge remain available through Firebase Machine Learning.

Shrink your app footprint with Google Play Services

Apart from making ML Kit easier to use, developers also asked if we can ship ML Kit through Google Play Services resulting in a smaller app footprint and the model can be reused between apps. Apart from Barcode scanning and Text recognition, we have now added Face detection / contour (model size: 20MB) to the list of APIs that support this functionality.

// Face detection / Face contour model
// Delivered via Google Play Services outside your app's APKโ€ฆ
implementation 'com.google.android.gms:play-services-mlkit-face-detection:16.0.0'

// โ€ฆor bundled with your app's APK
implementation 'com.google.mlkit:face-detection:16.0.0'

Jetpack Lifecycle / CameraX support

Android Jetpack Lifecycle support has been added to all APIs. Developers can use addObserver to automatically manage teardown of ML Kit APIs as the app goes through screen rotation or closure by the user / system. This makes CameraX integration easier. With this release, we are also recommending that developers adopt CameraX in their apps due to the ease of integration and image quality improvements (compared to Camera1) on a wide range of devices.

// ML Kit now supports Lifecycle
val recognizer = TextRecognizer.newInstance()
lifecycle.addObserver(recognizer)

// ...

// Just like CameraX
val camera = cameraProvider.bindToLifecycle( /* lifecycleOwner= */this,
    cameraSelector, previewUseCase, analysisUseCase)

For an overview of all recent changes, check out the release notes for the new SDK.

Codelab of the day - ML Kit x CameraX

To help you get started with the new ML Kit and its support for CameraX, we have created this code lab to Recognize, Identify Language and Translate text. If you have any questions regarding this code lab, please raise them at StackOverflow and tag it with [google-mlkit]. Our team will monitor this.

screenshot of app running

Early access program

Through our early access program, developers have an opportunity to partner with the ML Kit team and get access to upcoming features. Two new APIs are now available as part of this program:

  • Entity Extraction - Detect entities in text & make them actionable. We have support for phone numbers, addresses, payment numbers, tracking numbers, date/time and more.
  • Pose Detection - Low-latency pose detection supporting 33 skeletal points, including hands and feet tracking.

If you are interested, head over to our early access page for details.

pose detection on man jumping rope

Tomorrow - Support for custom models

ML Kit's turn-key solutions are built to help you take common challenges. However, if you needed to have a more tailored solution, one that required custom models, you typically needed to build an implementation from scratch. To help, we are now providing the option to swap out the default Google models with a custom TensorFlow Lite model. Weโ€™re starting with the Image Labeling and Object Detection and Tracking APIs, that now support custom image classification models.

Tomorrow, we will dive a bit deeper into how to find or train a TensorFlow Lite model and use it either with ML Kit, or with Android Studioโ€™s new ML binding functionality.

...



๐Ÿ“Œ Let's use DevOps thinking to make machine learning fit easier into your it environment


๐Ÿ“ˆ 30.59 Punkte

๐Ÿ“Œ TorBox v.0.3.0 released โ€” now even easier to use


๐Ÿ“ˆ 30.24 Punkte

๐Ÿ“Œ Machine Learning for Cyber Security https://github.com/ByteHackr/Machine-Learning-For-Cyber-Security #MachineLearning #AI #ML #Python


๐Ÿ“ˆ 28.76 Punkte

๐Ÿ“Œ Automated machine learning and MLOps with Azure Machine Learning


๐Ÿ“ˆ 28.76 Punkte

๐Ÿ“Œ Use Amazon DocumentDB to build no-code machine learning solutions in Amazon SageMaker Canvas


๐Ÿ“ˆ 27.9 Punkte

๐Ÿ“Œ New machine learning algorithm breaks text CAPTCHAs easier than ever


๐Ÿ“ˆ 25.97 Punkte

๐Ÿ“Œ Guided Transfer Learning: How to use โ€˜the power of scoutsโ€™ to boost machine learning performance


๐Ÿ“ˆ 25.96 Punkte

๐Ÿ“Œ Machine Learning: ML Kit kann offline รผbersetzen


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Machine Learning: ML Kit kann offline รผbersetzen


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Googles ML Kit: Machine Learning fรผr alle!


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Googles ML Kit: Machine Learning fรผr alle!


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ New ML Kit features easily bring Machine Learning to your apps


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Machine Learning: ML Kit erkennt E-Mail-Adressen, IBANs, Datumsangaben und mehr


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Machine Learning: ML Kit kรผmmert sich zum offiziellen Release um Selfies


๐Ÿ“ˆ 24.09 Punkte

๐Ÿ“Œ Machine Learning Is Even Disrupting the Process of Reverse Phone Lookups


๐Ÿ“ˆ 24.04 Punkte

๐Ÿ“Œ Machine Learning Is Making Pesto Even More Delicious


๐Ÿ“ˆ 24.04 Punkte

๐Ÿ“Œ Microsoft files patent for new machine learning model to create hyper realistic avatar with real-life details โ€” even blood flows


๐Ÿ“ˆ 24.04 Punkte

๐Ÿ“Œ Get inspired in 2023 with new machine learning solutions for web developers with MediaPipe


๐Ÿ“ˆ 23.27 Punkte

๐Ÿ“Œ Firms Increasingly Turn to Machine Learning for Security Solutions


๐Ÿ“ˆ 23.27 Punkte

๐Ÿ“Œ Teachable Machine: Googles Beispielprogramm erklรคrt Machine Learning im Browser


๐Ÿ“ˆ 21.81 Punkte

๐Ÿ“Œ Google Teachable Machine 2.0 โ€“ Google bringt euch Machine Learning nรคher


๐Ÿ“ˆ 21.81 Punkte

๐Ÿ“Œ Machine Learning und Deep Learning erklรคrt


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ What is Machine Learning? What is Deep Learning? What Is the Difference Between Them?


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Sophos: Deep Learning statt Machine Learning


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Machine Learning - Learning Cybersecurity


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ DEF CON 26 WIRELESS VILLAGE - Dunlap - Learning to Listen Machine Learning for Adaptive Wireless


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Deep Learning 5: Optimization for Machine Learning


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Deep Learning 5: Optimization for Machine Learning


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Deep Learning 5: Optimization for Machine Learning


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ AI Show - Deep Learning vs. Machine Learning


๐Ÿ“ˆ 21.33 Punkte

๐Ÿ“Œ Get started with Reinforcement Learning on Azure Machine Learning


๐Ÿ“ˆ 21.33 Punkte











matomo