Back to Browse

blurring offensive images using Cloud Functions in Google Cloud

216 views
Dec 29, 2023
14:15

How Cloud Functions Automate Image Blurring: Trigger: A Cloud Function is activated when an image is uploaded to a specified Cloud Storage bucket. Image Analysis: The function utilizes the Cloud Vision API to analyze the image for potentially offensive content, such as violence or adult content. Blurring: If deemed offensive, the function employs an image processing library like ImageMagick to apply a blurring effect to the image, obscuring sensitive details. Storage: The blurred image is then saved either to the same bucket or to a separate one for specific use cases. Code Repo:https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/functions/imagemagick #gcp #googlecloudplatform #sumit #sumitk #google #thecloudbaba 🚀 Kickstart Your Cloud Career in Just 8 Weeks! 🎓 Join my Cloud Mastery Training (GCP + AWS + DevOps) 💡 Live weekend classes | 100% hands-on labs | Certification guidance 📱 Chat with me to enroll: https://wa.link/o0grpp 👋 Love my Cloud videos? Let’s take it to the next level! 🎓 Join my 8 Week Cloud Mastery Training (GCP + AWS + DevOps) 💻 Learn live, build real projects, and get certification-ready 📱 Message me to join the next batch: https://wa.link/o0grpp

Download

0 formats

No download links available.

blurring offensive images using Cloud Functions in Google Cloud | NatokHD