Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Vernacular Telemedicine AI Assistant (n8n + Gemini)

This project is an AI-powered medical assistant built using n8n and Google Gemini. It accepts symptoms in any language and returns a short medical suggestion in the same language.

Features

  • Supports multilingual symptom input
  • AI diagnosis using Gemini-Pro
  • Built with n8n (no-code automation)

How it Works

  1. User sends a POST request to a webhook with a symptom (e.g. Tamil, Hindi, Chinese)
  2. Gemini processes and replies in the same language
  3. Ideal for vernacular telemedicine systems

Test it with Postman

POST to: https://your-n8n-url/webhook-test/symptom-input

Example Body:

{ "symptom": "எனக்கு தலைவலி உள்ளது" }

About

💬 "An AI-powered telemedicine assistant that understands symptoms in any language and replies with diagnosis and advice using Google Gemini, built with n8n."

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors