Hello, I'm
I completed my Master of Science in Computer Science at the University of Illinois Springfield (May 2026, GPA 3.8), building on my Bachelor of Engineering in Computer Engineering from Pune University. Now based in Denver, CO, I am an AI Engineer at MedLaunch Concepts building LLM-powered healthcare AI products. With 4+ years of hands-on experience in AI/ML engineering, I have built and deployed production-grade systems from RAG pipelines and multi-agent LLM workflows to computer vision serving thousands of users with measurable business impact.
Work Authorization: Currently on OPT (started June 2026). Eligible for STEM OPT extension with 3 years total US work authorization.
I'm currently pursuing my M.S. in Computer Science at the University of Illinois, building on my B.E. in Computer Engineering from Pune University. With 3+ years of specialized experience in artificial intelligence and machine learning, I've successfully developed and deployed production-grade AI systems that have driven measurable business impact.
At MedLaunch Concepts in Denver, I'm building LLM-powered clinical decision support tools using LangChain, LangGraph, and FastAPI. I design RAG pipelines over proprietary medical knowledge bases (FAISS + OpenAI API) and implement responsible AI guardrails to ensure clinical accuracy and hallucination mitigation by applying production AI skills directly to healthcare device commercialization workflows.
My expertise spans the entire machine learning lifecycle from data preprocessing and feature engineering to model development, optimization, and production deployment. At Product Dossier Solutions (Kytes), I architected a production RAG system using LangChain, Mistral-7B, and FAISS that serves 10,000+ users across six enterprise clients with 95% query accuracy and sub-50ms retrieval latency. I have built AI inference APIs using gRPC integrated with Spring Boot microservices, handling 110,000+ daily requests with 99.5% uptime. I specialize in TensorFlow, PyTorch, LangChain, and deploying ML models on cloud platforms (AWS, GCP) to serve thousands of concurrent users.
Problem: Real-time American Sign Language translation using computer vision and deep learning.
Solution: Fine-tuned VideoMAE transformer on 239-class ASL dataset, improving accuracy from 62% to 82%
(+32% improvement) through novel Universal Temporal Sub-sampling technique optimized for GPU-constrained training.
Implemented AdamW optimizer and cosine learning rate decay for optimal convergence. Supports multi-sign prediction from
long-form videos with temporal context awareness.
Problem: Montgomery County residents struggle to navigate complex government services and information.
Solution: Built a Retrieve-Reason-Validate multi-agent pipeline using LangGraph and Google Gemini 2.5 Flash that decomposes queries, retrieves county-specific information, reasons over it, and validates answers before responding. React 18 + TypeScript frontend with FastAPI backend — designed and shipped end-to-end in a 24-hour hackathon.
Problem: Standard RAG systems perform single-chain retrieval with no source credibility evaluation or confidence scoring, producing unreliable research outputs.
Solution: Built a production-grade multi-agent research system using AutoGen where specialized agents divide the pipeline - one retrieves and searches sources, a second evaluates credibility and assigns confidence scores, and a third synthesizes structured outputs with executive summaries, consensus/disagreement analysis, and numbered citations. Deployed on Amazon EKS with two replicas per service, ALB ingress, and zero-downtime rolling deployments representing a complete MLOps workflow.