From the course: Deep Learning: Image Recognition

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up Google Cloud Vision account credentials

Setting up Google Cloud Vision account credentials - Python Tutorial

From the course: Deep Learning: Image Recognition

Start my 1-month free trial

Setting up Google Cloud Vision account credentials

- [Voiceover] Before you can use the Google Cloud Vision API, you need to set up your Google account. Then, we'll need to download the credentials file that will give our code access to the Cloud Vision API. In your web browser, go to console.cloud.google.com To access this page, you'll need to login with your Google account. If you already have a Gmail account, you can use that email address and password. If you don't have a Google account, you'll be given the option to create a new one. After logging in, you'll see the Google Cloud Platform dashboard. From here, you can access all the different Google Cloud services. If this is your very first time using Google Cloud, you'll see a button to create a new project. If that's the case, just create a project called Image Recognition Class, and wait until it finishes before you continue. Since the Google Cloud Platform has so many features, not all of them are enabled by default. We need to enable the Google Cloud Vision API before we can…

Contents