FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

java-docs-samples/run/image-processing at main · GoogleCloudPlatform/java-docs-samples · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Cloud Run Image Processing Sample

This sample service applies Cloud Storage-triggered image processing with Cloud Vision API analysis and ImageMagick transformation.

Use it with the Image Processing with Cloud Run tutorial.

For more details on how to work with this sample read the Google Cloud Run Java Samples README.

Dependencies

  • Spring Boot: Web server framework.
  • Image Magick: for image processing.
  • @google-cloud/storage: Google Cloud Storage client library.
  • @google-cloud/vision: Cloud Vision API client library.
  • Jib: Container build tool.

Environment Variables

Cloud Run services can be configured with Environment Variables. Required variables for this sample include:

  • BLURRED_BUCKET_NAME: The Cloud Run service will write blurred images to this Cloud Storage bucket.

Back | FazBrowse Home | New Git URL