Skip to content

Latest commit

Β 

History

History
113 lines (76 loc) Β· 2.48 KB

File metadata and controls

113 lines (76 loc) Β· 2.48 KB

πŸ›‘οΈ Insurance AI – Know Your Coverage in Seconds

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.


πŸ“š Table of Contents


✨ Introduction

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

πŸš€ Get Started

πŸ“¦ Backend Setup (n8n)

  1. Install and run n8n via Docker:
    docker run -it --rm \
    -p 5678:5678 \
    -v ~/.n8n:/home/node/.n8n \
    n8nio/n8n
    
    
  2. Configure Workflow and run:
    • Using n8n:
      drag and drop worklow file / import file -> workflow.txt
      set up telegram and gemini api keys

πŸ“± Frontend Setup (React - Vite)

  1. Navigate to frontend directory:

    git clone https://github.com/quantambites/AI_Hackathon.git
    cd AI_Hackathon
  2. Install dependencies:

    npm install
  3. Start the app:

    npm run dev

πŸ“‚ Project Structure

ecommerce/
β”‚
β”œβ”€β”€ Workflow.txt/              # n8n model
β”‚   
β”‚
β”œβ”€β”€ client/              # React frontend (Firebase )
β”‚   └── src/             
β”‚
β”œβ”€β”€ .gitignore
└── README.md

πŸ› οΈ Technologies Used

  • Frontend: React + Vite + Redux Toolkit + Axios
  • Model: n8n + cloud + gemini

App Screenshot

App Screenshot