Object Detection And Cropping
detail.loadingPreview
Detects objects in an image, crops them out, and indexes them.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically detects objects within a source image using a vision model, extracts each detected object into a separate cropped image based on its bounding box, and then uploads these cropped images to Cloudinary before indexing their URLs and metadata in Elasticsearch. This forms the basis of an image search system where users can search for images based on the objects they contain.
Key Features
- Object detection using Cloudflare Workers AI (Detr-Resnet-50).
- Image cropping based on detected object bounding boxes.
- Uploading cropped images to Cloudinary.
- Indexing image metadata and URLs in Elasticsearch.
How To Use
- Set Environment Variables: Configure
BASE_URL,WEBHOOK_URL, andAPI_BASE_URLin your n8n environment. - Configure Credentials: Set up credentials for Cloudflare, Cloudinary, and Elasticsearch.
- Trigger Workflow: Manually trigger the workflow or set up an external trigger.
- Monitor Results: Check Elasticsearch for indexed image data.
Apps Used
Workflow JSON
{
"id": "af9339fd-6a4e-4dc6-9beb-dd86f19cec5a",
"name": "Object Detection And Cropping",
"nodes": 0,
"category": "Computer Vision",
"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: af9339fd-6a4e...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
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 to License Plate Number Extractor
Extracts license plate numbers from images using an LLM.
Object Detection Bounding Boxes With Gemini
Detect objects in an image using Gemini and draw bounding boxes.
Automate Instagram Reel Analysis with Gemini and Apify
Unlock deeper insights into your Instagram Reels by automating analysis. This workflow leverages Apify to fetch reel data and Gemini AI to dissect key elements like background, pose, text, and context, enabling better content replication.
AI-Powered PostgreSQL Data Agent with Conversational Interface
This n8n workflow empowers you to build an intelligent, conversational agent for your PostgreSQL database. Interact with your data using natural language, perform CRUD operations, explore schemas, and generate dynamic visualizations, streamlining data management and access for any user.
AI-Powered YouTube Video Metadata Automation
Effortlessly optimize your YouTube videos for search and engagement. This workflow automates the generation of SEO-friendly titles, descriptions, tags, and hashtags using AI, directly updating your YouTube content based on video transcripts and focus keywords.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.