Book Image

Google Cloud AI Services Quick Start Guide

By : Arvind Ravulavaru
Book Image

Google Cloud AI Services Quick Start Guide

By: Arvind Ravulavaru

Overview of this book

<p>Cognitive services are the new way of adding intelligence to applications and services. Now we can use Artificial Intelligence as a service that can be consumed by any application or other service, to add smartness and make the end result more practical and useful.</p> <p>Google Cloud AI enables you to consume Artificial Intelligence within your applications, from a REST API.  Text, video and speech analysis are among the powerful machine learning features that can be used. This book is the easiest way to get started with the Google Cloud AI services suite and open up the world of smarter applications.</p> <p>This book will help you build a Smart Exchange, a forum application that will let you upload videos, images and perform text to speech conversions and translation services. You will use the power of Google Cloud AI Services to make our simple forum application smart by validating the images, videos, and text provided by users to Google Cloud AI Services and make sure the content which is uploaded follows the forum standards, without a human curator involvement.</p> <p>You will learn how to work with the Vision API, Video Intelligence API, Speech Recognition API, Cloud Language Process, and Cloud Translation API services to make your application smarter.</p> <p>By the end of this book, you will have a strong understanding of working with Google Cloud AI Services, and be well on the way to building smarter applications.</p>
Table of Contents (9 chapters)

Google Cloud Platform

We are going to start by understanding Google Cloud Platform (GCP). GCP is a collection of services that leverages the power of Cloud Computing (https://azure.microsoft.com/en-in/overview/what-is-cloud-computing/). Along with these services, GCP also offers tools to manage these services.

GCP has a command-line interface or Cloud SDK (https://cloud.google.com/sdk/), using which engineers can easily manage and monitor these services.

As of March 2018, GCP has the following verticals of services, which we will discuss in the following subsections. You can read more about Google Platform offerings here: https://cloud.google.com/products/.

Compute

Compute offers infrastructure to perform user-defined computing. Some of the services in this vertical are the Compute Engine, App Engine, and Cloud Functions.

Big data

As the name suggests, Big data provides tools needed to work with large volumes of data. Some of the services in this vertical are BigQuery, Cloud Datalab, and Genomics.

Identity and security

Identity and security provides tools needed for identity, access, and content security. Some of the services in this vertical are Cloud IAM, Cloud Resource Manager, and Cloud Security Scanner.

Internet of Things (IoT)

Currently, GCP has one core service, named Cloud IoT Core, under Internet of Things (IoT) , which provides device management services when working with IoT.

Storage and databases

Storage and databases provides storage services when dealing with large volumes of data. Right from object storage to block storage, this vertical has all the services needed. Some of the services in this vertical are cloud storage, Cloud Bigtable, Cloud SQL, Cloud Spanner, and Persistent Disk.

Data transfer

Data transfer services help us easily import or export data from one service to another. The three services currently in this vertical are Google BigQuery Data Transfer Service, Cloud Storage Transfer Service, and Google Transfer Appliance.

API platform and ecosystem

API platform and ecosystem offers services that help in managing and protecting APIs. From API monetization to API analytics, this vertical offers them all. This vertical also supports Apigee platform services.

Management tools

Management tools offers tools needed to manage various cloud services offered by GCP. This service has tools needed for logging, monitoring, and controlling various other GCP services.

Networking

Networking offers Virtual Private Cloud (VPC), Content Delivery Network (CDN), and Domain-Naming Systems (DNS), to name a few.

Cloud AI

Cloud AI offers various services that are needed to add Artificial Intelligence to our applications. Cloud-based machine learning, Cloud Vision API, and Cloud Speech API are some of these services.

Developer tools

Last, but not the least, the developer tools provides all the essential tools developers need to quickly bring up an application or a solution on top of GCP. Some of the software under this offering includes container registry, Cloud Test Lab, Cloud Tools for Eclipse, and Cloud SDK.

In this book, we are going to work closely with the Cloud AI vertical. In the next section, we are going to look at the what and the why of Cloud AI.