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.
- Supports multilingual symptom input
- AI diagnosis using Gemini-Pro
- Built with n8n (no-code automation)
- User sends a POST request to a webhook with a symptom (e.g. Tamil, Hindi, Chinese)
- Gemini processes and replies in the same language
- Ideal for vernacular telemedicine systems
POST to: https://your-n8n-url/webhook-test/symptom-input
Example Body:
{ "symptom": "எனக்கு தலைவலி உள்ளது" }