Category: Data Management
-
🚗 Extract License Plate Number from Uploaded Image
What it does This is a simplistic demo workflow showing how to extract a license plate number from an image of a car submitted via a form – or in more general terms showcasing how you can: – Use a form trigger to upload files and feed it into an LLM– Use a changeable LLM…
-
🚀 Chat with Google Sheets using AI
This workflow allows you to ask questions about the data in a Google Sheet over a chat interface. It uses n8n’s built-in chat, but could be modified to work with Slack, Teams, WhatsApp, etc. Behind the scenes, the workflow uses GPT-4, so you’ll need to have an OpenAI API key that supports it. How it…
-
🤖 Qualify New Leads in Google Sheets with GPT-4
This n8n workflow was developed to evaluate and categorize incoming leads based on certain criteria. The workflow is triggered by adding a new row in a Google Sheets document. The workflow uses the OpenAI node to process the lead information. The system query contains detailed qualification rules and the response format. The user message contains…