πŸ”¬ Automate X-ray analysis with VLM Orion and distribute to Gmail, Telegram & Drive

⚑ 72 views Β· πŸ”¬ Document Extraction & Analysis

Description

πŸ“Œ Overview

This workflow provides an automated pipeline for processing medical X-ray images using VLM Run (model: vlmrun-orion-1:auto), and distributing the AI-generated analysis to multiple channelsβ€”email, Telegram, and Google Drive.


βš™οΈ How It Works

1. Upload X-Ray Image

A Form Trigger allows the user to upload an X-ray file. Once the image is submitted, the workflow immediately starts processing.


2. Automated X-Ray Analysis

The uploaded X-ray image is sent to VLM Run (vlmrun-orion-1:auto) via an OpenAI-compatible endpoint.

The model returns:


3. Extract Artifact

From artifact reference, download file using artifact node.


4. Generate Report File

The Convert to File node transforms the analysis text into a shareable .txt report. This file is used both for email and Drive storage.


5. Send Notifications to Gmail & Telegram

The workflow automatically:

πŸ“§ Emails the doctor (or configured staff email):

πŸ“¨ Sends a Telegram message containing:

This ensures instant notification and cross-platform availability.


6. Upload to Google Drive

The final step uses Google Drive OAuth2 to store:

These files are uploaded to a designated Drive folder for archiving and future reference.


🧩 Key Features


πŸ”§ Requirements


πŸ“Ž Notes

This workflow automates image handling and communication. All AI-generated content must be reviewed by a qualified medical professional before any clinical use.

πŸ”— Nodes Used

Telegram, Google Drive, Gmail, n8n Form Trigger, Convert to File, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup