Community Contributed Image Object Detection
detail.loadingPreview
Detects and crops objects from an image using Cloudflare Workers AI and indexes them in Elasticsearch.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to leverage n8n, Cloudflare Workers AI (Detr-Resnet-50 model), and Elasticsearch to perform object detection within an image. It takes a source image, identifies objects and their bounding boxes, crops each detected object into a separate image, uploads these cropped images to Cloudinary, and finally indexes metadata about the original image and the detected objects in Elasticsearch for searchable image data.
Key Features
- Utilizes Cloudflare Workers AI for efficient object detection.
- Crops detected objects from the source image using n8n's image editing capabilities.
- Uploads cropped images to Cloudinary for hosting.
- Indexes image metadata and object details in Elasticsearch for advanced search functionality.
- Provides a template for building community-contributed image analysis workflows.
How To Use
- Set Environment Variables: Configure your
BASE_URL,WEBHOOK_URL, andAPI_BASE_URLin your n8n environment settings. - Configure Credentials: Set up your Cloudflare API, Cloudinary API, and Elasticsearch API credentials in n8n.
- Import Workflow: Import this JSON into your n8n instance.
- Manual Trigger: Click the "Test workflow" button on the manual trigger node to initiate the process.
- Observe Results: Check your Cloudinary account for uploaded images and your Elasticsearch index for the created documents.
Apps Used
Workflow JSON
{
"id": "46da35c6-cef0-450b-be7d-069ec84b10b9",
"name": "Community Contributed Image Object Detection",
"nodes": 0,
"category": "Image Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 46da35c6-cef0...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Integrations
- Gmail + Schedule Trigger(270 workflows)
- Gmail + Google Sheets(245 workflows)
- Gmail + Split Out(132 workflows)
- Gmail + Gmail Trigger(119 workflows)
- Form Trigger + Gmail(107 workflows)
- Gmail + Google Drive(93 workflows)
- Airtable + Schedule Trigger(86 workflows)
- Gmail Trigger + Google Sheets(71 workflows)
- Gmail + Telegram(63 workflows)
- Gmail + Slack(59 workflows)
Related Workflows
Discover more workflows you might like
Image Embedding with Color and Keywords
Embeds images by extracting color information and generating keywords for vector search.
Image Keyword Generation
Generates descriptive keywords for an image by analyzing its color information and using AI.
Convert and Optimize Images to URLs
Uploads, optimizes, and returns URLs for image files.
Community Passport Photo Validator
Validates passport photo suitability using an AI vision model based on UK government guidelines.
Remove Advanced Background from Google Drive Images
Automatically removes backgrounds from images stored in Google Drive and uploads the processed images back.
FLUX Fill Standalone
A standalone workflow for image inpainting and editing using FLUX.