Selected Work
Project Portfolio
A mix of vision-AI systems, data products, and LLM-powered tools — built end-to-end from messy raw data to clean, reliable experiences. These are the projects I’m most proud of shipping and maintaining.
PROJECT DOMAINS
IDP Document Intelligence
Built an end-to-end Intelligent Document Processing pipeline: classify → extract → validate → review, with confidence scoring and audit logs for high accuracy.
Scope
Invoices, KYC, bank statements, policy docs.
Pipeline
OCR + layout parsing + extraction + rules + HITL.
Impact
Reduced manual ops, faster TAT, fewer errors.
HEALTH AI Systems
Developed a medical risk assessment framework for insurance underwriting using Vision Transformers and Claude Sonnet 3 to analyze diagnostic reports and medical images.Rather then creating a pipeline, I have experiemented and created the firt type of LLM's called the "Directional LLM's", where The LLM is supported with a ML model it could be from a simple class to a treshold, which gives the LLM, to think in that direction and verify/validate/justify the decision.
Input
ECGs, TMT reports, chest X-rays, medical records, and patient history.
Pipeline
Medical Documents & Images → ViT-based Classification → Claude Sonnet 3 Reasoning → Condition Identification → Risk Assessment Report.
Focus
Assisted underwriters in evaluating medical risk and making more consistent insurance approval and premium decisions.
FMCG Supply Chain Intelligence & Consumer Behavior Analysis
Worked on analyzing FMCG supply chain operations and consumer purchasing behavior to understand product movement, demand patterns, logistics efficiency, and customer preferences. Designed and analyzed surveys to capture behavioral trends, purchasing decisions, inventory movement, and end-to-end logistics flow across the FMCG product lifecycle. Additionally, developed recommendation systems to improve product placement, demand forecasting, and customer engagement.
Scope
Studied the complete FMCG product lifecycle from procurement, manufacturing, warehousing, and distribution to retail sales and customer consumption. Analyzed consumer behavior, logistics bottlenecks, inventory movement, and product demand patterns to support data-driven supply chain decisions.
Stack
Python, Pandas, NumPy, Scikit-Learn, SQL, Power BI/Tableau, Survey Analytics, Recommendation Systems (Collaborative & Content-Based Filtering), Statistical Analysis, Data Visualization, and Supply Chain KPI Monitoring.
Impact
Identified consumer buying patterns and logistics inefficiencies, improved visibility across the FMCG supply chain, enabled data-driven inventory and distribution planning, and developed recommendation models that enhanced product discovery, customer engagement, and demand alignment.
Directional LLM's
Pioneered and experimentally validated the concept of Directional LLMs, a novel framework demonstrating that Large Language Models achieve substantially higher predictive accuracy when provided with an explicit reasoning direction prior to inference. Introduced the use of Vision Transformer (ViT)-generated directional labels and structured contextual cues to guide model reasoning toward clinically relevant decision pathways. Through extensive experimentation on medical diagnosis tasks, established that directional guidance can transform model performance from approximately 66% to 99% AUC-ROC, proving that targeted reasoning signals significantly enhance prediction quality compared to conventional prompting approaches.
Areas
Implemented and evaluated in medical diagnosis workflows involving ECG reports, pathology reports, clinical notes, radiology findings, and patient health records, where contextual guidance was used to steer model reasoning toward specific diagnostic objectives.
Output
A framework that augments LLM inference with directional signals, producing more accurate disease classification, risk assessment, diagnostic recommendations, and clinically relevant explanations compared to conventional prompting approaches.
Goal
To improve the reliability, interpretability, and predictive accuracy of LLMs in high-stakes healthcare applications by guiding model reasoning through structured contextual cues rather than relying solely on zero-shot or generic prompting strategies.