Gemini Object Detection Bounding Boxes
detail.loadingPreview
Detect objects in an image using Gemini and draw bounding boxes.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow uses the Gemini 2.0 API to perform object detection in an image. It then scales the bounding box coordinates and draws them onto the original image.
Key Features
- Object detection using Gemini API.
- Scalable bounding box coordinates.
- Drawing bounding boxes on the image.
How To Use
- Ensure you have an image URL set in the
WEBHOOK_URLenvironment variable. - Configure the Google Gemini(PaLM) API credentials.
- Run the workflow.
- The output will be an image with bounding boxes drawn around the detected objects.
Apps Used
Workflow JSON
{
"id": "4bc30d77-5484-426c-9312-9aa1cd62f630",
"name": "Gemini Object Detection Bounding Boxes",
"nodes": 0,
"category": "AI / Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 4bc30d77-5484...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Proxmox AI Agent Template
Automate Proxmox tasks using an AI agent powered by Google Gemini.
Dynamically Switch Between LLMs
Switch between different LLM models dynamically based on conditions.
Chat with GitHub OpenAPI Spec using RAG
Chat with the GitHub API documentation using Retrieval Augmented Generation (RAG) with Pinecone and OpenAI.
AI-Powered BambooHR Company Policies and Benefits Chatbot
An AI chatbot that answers employee questions about company policies and benefits by leveraging BambooHR data and an employee lookup tool.
AI-Powered Conversational Agent with Tools
Build a conversational AI agent that leverages tools like SerpAPI and Wikipedia to answer user prompts.
LangChain Example: Workflow Retriever
Retrieve information from a specific n8n workflow using LangChain.