Auto-detect objects in photos and send results to Drive and Telegram

Uploads a photo, runs AI segmentation and object detection, then saves and shares the results automatically.

How the work actually flows

It branches. Every path runs.

Pattern: Parallel Split (2)

flowchart TD trig(("photo uploaded via form")):::human s0["segment objects in photo"]:::svc s1["draw bounding boxes on objects"]:::svc trig --> s0 s0 --> s1 gx{"+ where to deliver results"}:::gate s1 --> gx p00["save image to drive"]:::task gx -->|"save to drive"| p00 p10["send image to telegram"]:::task gx -->|"share to team chat"| p10 p00 --> out p10 --> out out[/"processed images saved and shared"/]:::out pay{{"instant team access to results"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
An outside serviceA personEvery pathResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Messaging & NotificationsAPI & Webhook IntegrationSurvey & FeedbackFile & Cloud Storage
Connects
VLM RunGoogle DriveTelegram

The problem it solves

Manually tagging objects in photos or cropping out specific items is slow, especially when you need to share the results with a team right away. Chasing down finished images across different folders and chats wastes time you don't have.

Who it fits

Teams that process product, inventory, or field photos and need results shared quickly.

How it works

  1. A photo is uploaded through a simple form
  2. AI analyzes the image to identify and outline objects
  3. A second AI pass draws bounding boxes around detected items
  4. The processed images are saved to Google Drive
  5. The same images are sent to a Telegram chat
What you get

Objects in photos identified automatically

Upload a photo and get back the objects identified and outlined, saved to Drive and shared with your team on Telegram.

What you get

Processed images with objects identified and outlined, saved to Drive and delivered to Telegram.

What you need

A Google Drive account, a Telegram bot, and a VLM Run account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook