Skip to content

maveninventing/Google-Cloud-Vision-API-Java-Image-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google-Cloud-Vision-API-Java-Image-example

This is a study project for Google Cloud Vision API

Create a project with the Google Cloud Console, and enable the Vision API.

Set up your environment with Application Default Credentials. For example, from the Cloud Console, you might create a service account, download its json credentials file, then set the appropriate environment variable:

  • export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your-project-credentials.json (Mac)

  • set GOOGLE_APPLICATION_CREDENTIALS=/path/to/your-project-credentials.json (Win)

About

This is a study project for Google Cloud Vision API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%