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. π