⚒️ Build your own image search using AI object detection, CDN and ElasticSearch

8,595 views · ⚒️ Engineering

Description

This n8n workflow demonstrates how to automate indexing of images to build a object-based image search.

By utilising a Detr-Resnet-50 Object Classification model, we can identify objects within an image and store these associations in Elasticsearch along with a reference to the image.

How it works

Requirements

Extending this workflow

Further enrich your indexed data with additional attributes or metrics relevant to your users.

Use a vectorstore to provide similarity search over the images.

🔗 Nodes Used

Edit Image, HTTP Request, Elasticsearch, Filter

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup