Skip to main content

Posts

Showing posts with the label Tensor Flow

ML Kit for Firebase - Machine Learning For Mobile Apps

Google Firebase provides a realtime database and backend as a service. The service provides application developers an API that allows application data to be synchronized across clients and stored on Firebase's cloud. Two days back in Google I/O they introduced ML Kit to integrate Machine Learning in Mobile apps(Both Android & iOS). So what is ML Kit and why? ML Kit lets you bring powerful machine learning features to your app whether it's for Android or iOS, and whether you're an experienced machine learning developer or you're just getting started. Getting started with machine learning can be difficult for many developers. Typically, new ML developers spend countless hours learning the intricacies of implementing low-level models, using frameworks, and more. Even for the seasoned expert, adapting and optimizing models to run on mobile devices can be a huge undertaking. Beyond the machine learning complexities, sourcing training data can be an expensive ...