Use this powerful n8n workflow to automatically classify user-uploaded event photos using Gemma AI (via Featherless.ai), save files to Google Drive, and log categories in Google Sheets. Start with this n8n template today!
Download this n8n workflow template and start using it instantly.
Event organizers and marketing teams needing to quickly categorize thousands of attendee photos.
Users looking for advanced n8n templates integrating multimodal AI vision models.
Developers needing an example of a cost-effective, high-volume file processing n8n node pipeline.
Anyone wanting to automate data entry and AI processing into a centralized Google Sheets database.
Collecting event photos from attendees is easy, but manually sorting and tagging them for social media or archives is a massive time sink. This clever n8n workflow solves this by providing a seamless upload interface (using the built-in n8n form trigger) and instantly routing the images through a sophisticated, multimodal AI classification system (Gemma via Featherless.ai).
This specific n8n workflow is optimized for performance and cost-effectiveness. Before AI processing, the images are automatically resized using an n8n node, ensuring faster turnaround times. The results—including the AI-generated categories and the Google Drive link—are neatly appended to a Google Sheet, turning hours of manual tagging into an instant, automated process. This is a crucial n8n template for high-volume content operations.
The entire process is initiated by the built-in n8n trigger: the On form submission node, which serves a public form for attendees to upload photos and enter their name.
To deploy this n8n workflow template, follow these steps:
featherlessApi credential used by the Classify Photo and Suggest Tags n8n node. This service handles the Gemma AI classification.folderId parameter to point to the specific Google Drive folder where you want to store the photos.documentId and sheetName parameters to point to your target Google Sheet. Ensure the sheet has the required columns (filename, url, categories, submittedBy, submittedAt).This n8n workflow utilizes several crucial n8n nodes:
On form submission (n8n trigger): The primary n8n trigger. It creates a user-facing form collecting 'Name' and 'Files' (photos).
Files to Items (Split Out n8n node): Splits the input data so that parallel operations can be performed on each uploaded file.
Edit Image (n8n node): Used twice—first to get image metadata, and second to resize the image to a maximum width of 512 pixels, optimizing the data size before calling the AI service.
Convert Image to Base64 (Extract From File n8n node): Converts the binary image into a Base64 string, which is required for multimodal AI HTTP requests.
Classify Photo and Suggest Tags (HTTP Request n8n node): Sends the Base64 data to the Featherless.ai endpoint to utilize the Gemma model for image classification, outputting tags based on the prompt's criteria.
Upload file (Google Drive n8n node): Stores the processed file copy in a specified Google Drive folder, generating a unique filename using data from the initial n8n trigger and execution ID.
Merge1 (n8n node): A core logic n8n node that synchronizes the output from the AI classification branch and the Google Drive storage branch.
Append to Sheet (Google Sheets n8n node): The final action, logging the file URL, submitter details, and the AI-generated categories into the designated Google Sheet rows.
Automate Gmail management using this advanced n8n workflow. Classify incoming emails with GPT-4o, draft replies, and use the gotoHuman n8n node for mandatory human review and supervision.

Deploy an advanced n8n workflow using GPT-4o to automatically classify incoming emails, extract structured applicant data, and manage recruitment processes efficiently. Find more n8n templates.

Automate developer support triage by classifying Slack questions using GPT-4o. This powerful n8n workflow saves frequently asked questions to Notion or logs new issues to Airtable, utilizing specialized n8n node configurations and customizable n8n templates.

Use this powerful n8n workflow to automatically classify incoming Gmail emails using GPT-4o mini, apply specific labels (High Priority, Work Related), and send summarized, instant notifications via Telegram. Start automating your inbox with n8n templates.

Leverage this advanced n8n workflow to automatically classify incoming Intercom conversations using GPT-4o-mini, routing them to ClickUp tasks or Slack alerts based on category and urgency.

Freelance AI Automation Engineer based in London, UK. Since 2024, my n8n templates have documented my journey into applied AI and have helped hundreds of businesses and organisations get up to speed with AI automation. Today, I continue to explore use-cases as AI evolves and occasionally upload templates which I find novel and interesting. Subscribe to the RSS Feed: https://cdn.subworkflow.ai/n8n-templates/rss.xml







































