Featured Infrastructure & AI

A curated collection of my recent architectures in AI engineering, robust backend systems, and pipeline automation. Each project demonstrates a commitment to intelligent design, massive scalability, and clean component architecture.

01

Enterprise Conversational AI Platform for Automated Hospital Event & Post-Surgery Follow-up

Architected and deployed a production-grade, multi-tenant AI-powered voice automation platform that enables hospitals to automatically schedule and conduct post-surgery and clinical event follow-up calls using intelligent conversational agents. The system integrates event-driven backend microservices with conversational AI voice agents to autonomously collect structured recovery data (e.g., wound healing status, symptom progression, patient feedback) without manual intervention. Built a scalable scheduling engine that triggers AI calls automatically based on hospital events (e.g., surgery completion) or allows administrators to schedule immediate or future calls via a secure dashboard. Implemented patient identity verification flows, dynamic variable injection, contextual conversation control, fallback handling, and structured JSON output extraction. Designed a robust backend architecture with normalized database schemas (patients, call_jobs, call_sessions, call_transcripts, call_reviews, tenants) ensuring scalability, auditability, and multi-tenant isolation. Integrated Twilio telephony with region-specific voice synthesis (UK/India accents via ElevenLabs), conversational orchestration via VAPI, webhook-based automation via n8n, and real-time data persistence through event-driven APIs. Enabled call transcript storage, structured AI-generated clinical summaries, call recordings, and review workflows through a full-stack dashboard with human-in-the-loop validation.

ReactNode.jsExpressPostgreSQL+9 more
Internal
02

Enterprise AI Voice Assistant for Real-Time Hospital Appointment Booking & Management

Designed and deployed a production-grade conversational AI voice assistant that automates hospital appointment booking, rescheduling, cancellation, and doctor availability inquiries in real time — replacing traditional call-center workflows. Integrated Twilio telephony with VAPI-based conversational orchestration, ElevenLabs multi-region voice synthesis (UK/India accents), and Deepgram speech processing to deliver natural, human-like voice interactions at scale. Engineered deterministic conversational flows with tool-based execution logic, enabling the AI agent to securely communicate with existing hospital SaaS backend microservices via webhooks. Implemented real-time API integrations for patient lookup, doctor discovery, department navigation, slot availability checks, and instant booking confirmations — all without frontend dependency. Built secure patient identity verification using phone-number-based lookup and DOB validation. Designed intelligent fallback handling, slot unavailability negotiation, contextual query routing, and structured confirmation workflows. Architected the backend with scalable microservices (Spring Boot), PostgreSQL persistence, Redis caching, and workflow automation (n8n) to ensure low-latency responses and high concurrency. The system supports parallel call handling, eliminating wait times and significantly reducing operational load on human call centers. This platform transformed appointment management into a scalable, AI-driven, real-time conversational experience fully integrated with enterprise healthcare systems.

JavaSpring BootMicroservices ArchitecturePostgreSQL+7 more
Internal
03

Intelligent Document Processing (IDP) Pipeline for Automated GRN & Invoice Reconciliation

Designed and implemented a production-grade Intelligent Document Processing (IDP) workflow that automates end-to-end Goods Receipt Note (GRN) creation from vendor invoices, eliminating manual data entry for warehouse operations. Built a fully automated pipeline that reads vendor invoices directly from Outlook via scheduled jobs, extracts Purchase Order references, downloads attachments, and processes them through Azure Document Intelligence (OCR). Implemented custom pre-processing logic to normalize unstructured invoice layouts before OCR to improve header detection and extraction accuracy. Due to inconsistencies in vendor formats, engineered a hybrid extraction system combining: • Azure OCR table extraction • Pattern-based backend cleaning & normalization • LLM-powered structured data correction using Azure OpenAI (LangChain pipeline) Developed dynamic GST-based invoice pattern detection to apply vendor-specific cleaning rules and prompt tuning. Implemented data standardization logic for HSN codes, expiry formats, tax fields, quantity normalization, and intelligent splitting of free-of-cost (FOC) line items with cost adjustments. Architected a deterministic reconciliation engine in Spring Boot microservices to match extracted invoice items with master PO data using multi-stage filtering (cost price, HSN code) followed by semantic scoring for item-name resolution. Designed a confidence-based scoring system to identify the most accurate PO match. Integrated the pipeline with existing backend GRN services, enabling: • Automated GRN creation • Partial extraction state handling • Error recovery workflows • Human-in-the-loop validation dashboard Improved warehouse processing capacity from ~50 GRNs/day to 500+ GRNs/day with ~97% structured extraction accuracy, significantly reducing manual effort and increasing data reliability. This system transformed a manual, time-intensive warehouse operation into a scalable AI-driven document automation workflow.

PythonFastAPILangChainAzure OpenAI+7 more
Internal
04

Healthcare Agent System – Large Context Handling in Agentic Systems

Designed a multi-agent healthcare system that enables seamless context sharing between appointment and pre-assessment agents. Implemented dynamic token-aware context management, chunked tool output handling, and adaptive memory persistence to overcome LLM context limits.

FastAPIOpenAI APILangChainPostgreSQL (Supabase)+2 more
05

QuickPoll – Real-Time Opinion Polling Platform

Built a real-time polling app where users can create polls, vote, and like with live updates using Next.js, FastAPI, WebSockets, PostgreSQL, and Redis. Includes JWT authentication and live broadcast updates.

Next.jsTypeScriptFastAPIWebSockets+2 more
06

EMR Natural Language Query Interface

Designed a secure NLQ engine for EMR databases using LangChain, Azure OpenAI, and FastAPI — enabling doctors to query structured data in plain English.

PythonLangChainAzure OpenAIFastAPI+1 more
07

AI Charting & Discharge Automation

Developed AI pipelines using Whisper and RAG to transcribe consultations and generate structured EHR entries and discharge summaries, deployed through Spring Boot REST APIs.

PythonWhisperRAGSpring Boot+1 more
Internal
08

AI-Powered Patient Summaries

Implemented real-time RAG pipelines that deliver top-5 patient insights before appointments, improving decision-making and clinician efficiency.

FastAPIPostgreSQLKafkaLangChain+1 more
Internal

*Some architectures are private due to strict enterprise confidentiality regulations, but their high-level technical summaries are detailed here.