Deb112233 / Google-Cloud-AI-Services-Quick-Start-Guide

Google Cloud AI Services Quick Start Guide, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud AI Services Quick Start Guide

This is the code repository for Google Cloud AI Services Quick Start Guide, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

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.

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.

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.

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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

//SNIPP SNIPP
{
     "inputContent": "/9j/7QBEUGhvdG9zaG9...base64-encoded-video-content...fXNWzvDEeYxxxzj/Coa6Bax//Z",
     "features": ["LABEL_DETECTION"]
 }
//SNIPP SNIPP

To work with the content of the book, you will need knowledge of the following technologies:

MongoDB Node.js ExpressJS Mongoose Angular 5 TypeScript REST API services You need to have Node.js 6.13.1 installed on your machine to follow along with this book.

Related Products

About

Google Cloud AI Services Quick Start Guide, published by Packt

License:MIT License


Languages

Language:TypeScript 75.8%Language:HTML 20.5%Language:Shell 1.7%Language:JavaScript 1.5%Language:CSS 0.5%