๐ Process & catalog dress images with GPT-4o, Cloudinary, and Google Sheets
โก 52 views ยท ๐ File Management
Description
Descriptionย
Automate dress image handling end-to-end: search files, download them, upload to Cloudinary, invoke Azure OpenAI (GPT-4o), parse structured output, and append rows to a sheet. Gain a repeatable, low-touch process for product media and metadata logging. โจ
What This Template Doesย
- Searches files and folders from your connected storage. ๐
- Loops over each item to process them individually. ๐
- Downloads each file for processing. โฌ
- Uploads image frames to Cloudinary via REST POST. โ๏ธ
- Sends content to Azure OpenAI Chat Model and parses structured output. ๐ค
- Appends rows to a sheet (two destinations supported) for logging. ๐
- Merges inputs where needed to streamline final outputs. ๐
Key Benefitsย
- Saves time by automating multi-step media handling. โฑ
- Ensures consistent uploads and logs for every file. โ
- Adds AI-powered processing via Azure OpenAI when needed. ๐ง
- Keeps records up to date with automatic sheet appends. ๐
- Modular flow thatโs easy to adapt to your source/destination. ๐งฉ
Featuresย
- File and folder search node for flexible intake. ๐
- Item-by-item loop for reliable, scalable processing. ๐
- Cloudinary image upload via HTTP POST endpoint. โ
- Azure OpenAI Chat Model invocation. ๐ค
- Structured Output Parser for clean, machine-readable results. ๐งพ
- Dual sheet append capability for separate logs. โ
Requirementsย
- An n8n instance (cloud or self-hosted). ๐งญ
- Cloudinary account with an accessible upload endpoint. โ๏ธ
- Azure OpenAI access with a deployed Chat Model (GPT-4o). ๐
- A connected spreadsheet integration in n8n for appending rows. ๐
- Access to your file storage where the search and download occur. ๐
Target Audienceย
- E-commerce and catalog teams managing product media. ๐๏ธ
- Ops teams standardizing uploads and record-keeping. ๐งฐ
- No-code/low-code builders organizing image pipelines. ๐งฑ
- Agencies maintaining client product image workflows. ๐ท๏ธ
Step-by-Step Setup Instructions
- Connect your file storage credential for Search/Download nodes. ๐
- Configure Cloudinary upload endpoint and credentials in n8n. โ๏ธ
- Add Azure OpenAI credentials and set your GPT-4o deployment details. ๐ค
- Connect your sheet credential(s) and select target sheet(s). ๐
- Import the workflow, assign credentials to each node, and replace placeholders. โ
- Run once to test; then enable scheduling or triggers as needed. ๐
๐ Nodes Used
Google Sheets, HTTP Request, Google Drive, AI Agent, Structured Output Parser, Azure OpenAI Chat Model
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File