Workshop - Mobile Vision Made Easy

Leveraging the potential of Google’s Vision APIs to develop powerful Android apps

Tickets

Register interest

Additional Information

Short Bio

José Ribeiro is an Adjunct Professor and a Researcher at the Department of Computer Engineering of the Polytechnic Institute of Leiria, Portugal. His research focuses on Software Testing and Evolutionary Algorithms, but he is also strongly passionate about Context-Aware Systems and Cognitive Computing.

Workshop Description

In this Workshop you will be introduced to Google’s Vision APIs -- ML Kit, Cloud Vision, and AutoML Vision -- and learn how to leverage the potential of these Cognitive Computing tools to develop more engaging, personalized, and helpful Android apps.

ML Kit [1] comes with a set of ready-to-use APIs for common mobile use cases: recognizing text, detecting faces, identifying landmarks, scanning barcodes, and labeling images. ML Kit’s on-device APIs can process your data quickly and work even when there’s no network connection.

Cloud Vision API [2] enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy-to-use API. It uses the power of Google Cloud Platform's machine learning technology to give you an even higher level of accuracy, and quickly classifies images into thousands of categories, detects individual objects and faces within images, and reads printed words contained within images.

AutoML Vision [3] makes it possible for developers with limited machine learning expertise to train high-quality custom models. After uploading and labeling images, AutoML Vision will train a model that can scale as needed to adapt to demands. AutoML Vision offers higher model accuracy and faster time to create a production-ready model.

[1] https://firebase.google.com/docs/ml-kit/ [2] https://cloud.google.com/vision/docs/ [3] https://cloud.google.com/vision/automl/docs/