Skip to content

CienetStingLin/terraform-ml-image-annotation-gcf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing on Google Cloud

This solution includes frontend and backend code to demonstrate image processing use cases on Google Cloud.

Image processing is one of the most tangible ways to incorporate AI to improve customer operations. Examples include defect detection in manufacturing, unsafe image detection for user-generated content, and disease diagnosis in healthcare, among others. However, doing this in a scalable way requires the integration of several GCP products.

The presented solution uses the following technologies:

Files

Some important files and folders.

File/Folder Description
/src/frontend React web app: A frontend to upload images/urls to the backend for image processing.
/src/gcf Backend Cloud Functions code that calls the Vision API for image processing.
/infra Terraform infrastructure for deploying the solution.
/.github/workflows Github workflows for CI and testing
/build Cloud Build configuration files for CFT testing.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.9%
  • HCL 19.7%
  • Python 15.7%
  • Go 3.6%
  • Makefile 1.9%
  • JavaScript 1.4%
  • Other 2.8%