Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Google Cloud AI Services Quick Start Guide
Google Cloud AI Services Quick Start Guide

Google Cloud AI Services Quick Start Guide: Build intelligent applications with Google Cloud AI services

Arrow left icon
Profile Icon Ravulavaru
Arrow right icon
€13.98 €19.99
eBook May 2018 234 pages 1st Edition
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Ravulavaru
Arrow right icon
€13.98 €19.99
eBook May 2018 234 pages 1st Edition
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€13.98 €19.99
Paperback
€24.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Google Cloud AI Services Quick Start Guide

Setting Up a Smart Forum App

In the last chapter, we saw what Google Cloud Platform is and what services it offers. We delved deep into one of its verticals, named Google Cloud AI, and went through all the services in that vertical. In this chapter, we are going to get started with our learning on Google Cloud AI services.. We are going to set up the base project in this chapter and build on top of it from the next chapter onward.

The topics to be covered in this chapter are:

  • Design and architecture of SmartExchange
  • Technology overview
  • Project set up and exploration
  • Deploying the base application to Heroku

Technical requirements

SmartExchange architecture

The application we are going to build in this book is named SmartExchange. SmartExchange is a forum application, where registered users can create threads or topics of discussions and other users can like or reply to it. SmartExchange is not a full-fledged forum application but has all the key pieces needed to showcase the idea. As we keep moving toward the end of the book, we will be adding one Cloud AI service per chapter and will finally make the forum application a smart forum application. We are going to work with the following Cloud AI services:

  • Cloud vision
  • Video intelligence
  • Speech recognition
  • Cloud language processing
  • Cloud translation

SmartExchange demo

Before getting started, you can...

Setting up the project

Now that we are aware of the high-level architecture, let's get started by setting up the environment to develop the project. To develop and run the application locally, we need to have the following dependencies installed:

  1. Git
  2. Node.js
  3. MongoDB (optional)
  4. Angular CLI
  5. Yarn (optional)
  6. Heroku Toolbelt (optional)

Installing Git

To install Git, head over to https://git-scm.com/book/en/v2/Getting-Started-Installing-Git and follow the instructions on that page to install Git for your OS. Once you have successfully installed, you can run the following command to verify the installation:

$ git --version
git version 2.11.0 (Apple Git-81)
...

Setting up an authentication

When working with any Google Cloud AI service, we need to have either an API key or a
service account key set up. In this section, we are going to set up both, so you can use any
approach to explore. Before we set up the API key or a service account, we need to have a
Google Cloud project. If you already have a project, you can skip this section.

Creating the project

To create a new project, follow the below steps:

  1. Navigate to Google Platform Console: https://console.cloud.google.com/
  2. Create a new project using the project selector menu form the top navigation bar of the page
  3. I have created a new project for this book named as SmartExchange and have given a custom project ID as smart-exchange...

Setting up code

Now that we have all the tools needed to start developing the application, we will go through the list of technology pre-requisites:

Deploying to Heroku

This step is optional and you can do it if you are interested in deploying this application to Heroku. To continue with this section, you need to have set up a Heroku account and you need to have installed the Heroku Toolbelt.

  1. Once that is done, open a new Command Prompt or Terminal inside the smart-exchange-base folder and run the following command:
$ heroku login

This is your prompt for your Heroku credentials that you have signed up with.

  1. Once you are logged in, let's initialize a new git repository by using the following command:
$ git init
  1. Next, let's get our application ready for deployment. Run the following command:
$ npm run build
or
$ yarn build

This will run the required scripts to build the final dist folder, which will be deployed to Heroku. For everything to run smoothly on Heroku, we have added a file named Procfile that has the...

Summary

We started off this chapter by understanding the application architecture and the technology overview. Then, we installed the required dependencies and downloaded the base application. We then walked through the code and ran the application. Finally, we saw how to deploy the application to Heroku. In the next chapter, we will start interfacing with the first Google Cloud AI service Vision API and see how that can be used along with this application.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • <ul><li>Start working with the Google Cloud Platform and the AI services it offers</li>
  • <li>Build smart web applications by combining the power of Google Cloud AI services and the MEAN stack</li>
  • <li>Build a web-based dashboard of smart applications that perform language processing, translation, and computer vision on the cloud</li>
  • </ul>

Description

<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>

Who is this book for?

<p>This book is ideal for data professionals and web developers who want to use the power of Google Cloud AI services in their projects, without the going through the pain of mastering machine learning for images, videos and text. Some familiarity with the Google Cloud Platform will be helpful.</p>

What you will learn

  • <ul><li>Understand Google Cloud Platform and its Cloud AI services</li>
  • <li>Explore the Google ML Services</li>
  • <li>Work with an Angular 5 MEAN stack application</li>
  • <li>Integrate Vision API, Video Intelligence API for computer vision</li>
  • <li>Be ready for conversational experiences with the Speech Recognition API, Cloud Language Process and Cloud Translation API services</li>
  • <li>Build a smart web application that uses the power of Google Cloud AI services to make apps smarter</li>
  • </ul>

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 30, 2018
Length: 234 pages
Edition : 1st
Language : English
ISBN-13 : 9781788996532
Vendor :
Google
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : May 30, 2018
Length: 234 pages
Edition : 1st
Language : English
ISBN-13 : 9781788996532
Vendor :
Google
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 98.97
Google Cloud AI Services Quick Start Guide
€24.99
Hands-On Machine Learning on Google Cloud Platform
€36.99
Google Cloud Platform Cookbook
€36.99
Total 98.97 Stars icon

Table of Contents

8 Chapters
Introducing Google Cloud AI Services Chevron down icon Chevron up icon
Setting Up a Smart Forum App Chevron down icon Chevron up icon
Cloud Vision API Chevron down icon Chevron up icon
Video Intelligence API Chevron down icon Chevron up icon
Cloud Speech API Chevron down icon Chevron up icon
Cloud Natural Language Chevron down icon Chevron up icon
Cloud Translation Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.