Insurance AI is a full-stack cloud-based platform that allows users to input medical expense details and instantly assess insurance coverage eligibility and payouts.
It leverages n8n workflows integrated with Gemini AI for claim analysis, and provides a React (Vite) frontend for a seamless user experience.
Insurance AI helps users:
- Enter claim details (e.g., accident, surgery, medicines, etc.)
- Get instant assessment of claim qualification under the ICICI Lombard Golden Shield policy
- Calculate insurance payout vs. out-of-pocket cost
- Understand exclusions and co-payment rules
- Learn the next steps and required documents for claim filing
It is composed of:
- An n8n backend workflow with integrated Gemini AI for insurance claim processing
- A React (Vite) frontend hosted on Firebase for user interaction
- Install and run n8n via Docker:
docker run -it --rm \ -p 5678:5678 \ -v ~/.n8n:/home/node/.n8n \ n8nio/n8n - Configure Workflow and run:
- Using n8n:
drag and drop worklow file / import file -> workflow.txt set up telegram and gemini api keys
- Using n8n:
-
Navigate to frontend directory:
git clone https://github.com/quantambites/AI_Hackathon.git cd AI_Hackathon -
Install dependencies:
npm install
-
Start the app:
npm run dev
ecommerce/
│
├── Workflow.txt/ # n8n model
│
│
├── client/ # React frontend (Firebase )
│ └── src/
│
├── .gitignore
└── README.md
- Frontend: React + Vite + Redux Toolkit + Axios
- Model: n8n + cloud + gemini

