Available for opportunities · London, UK

Gnaneshwar Vanam

7 years building production AI/ML, GenAI, and AI Agent solutions delivering measurable business impact across pharma, healthcare, and enterprise environments. Full-stack AI engineer (Next.js · TypeScript · FastAPI · Python). Claude Certified Architect.

7
Years Experience
15+
Models Deployed
$10M+
Business Impact
10K+
Manual Hours Saved
Scroll
01.

About Me

Senior Data Scientist with 7 years building production AI/ML systems and deploying production-grade ML, GenAI, and LLM solutions across pharma, healthcare, and enterprise environments — from $10M+ in delivered savings to 10,000+ manual hours automated annually.

My stack: Python · TypeScript · PyTorch · LangChain · FastAPI · Next.js · Azure. I own the full pipeline — feature engineering, model training, REST API deployment, monitoring, and automated retraining.

Recent focus: agentic systems with Claude & Gemini, RAG architectures over large document corpora, LoRA/QLoRA fine-tuning for domain-specific tasks, and MLOps pipelines on Azure that stay reliable under production load.

🎓
IIT Bhubaneswar
B.Tech
📍
London, UK
Open to Hybrid / Remote
🏆
Claude Certified
Architect · Anthropic 2026
7 Years
Production AI/ML Systems
0M+
Business Impact ($)
0K+
Manual Hours Saved
0+
ML Models Deployed
0%
Model Accuracy (Peak)

Core Stack

PythonTypeScriptPyTorchTensorFlowLangChainFastAPINext.jsMLflowAzureAWSPySparkSQLDockerGeminiClaude APIOpenAIHuggingFaceFAISSNode.jsSupabase
02.

Experience

Senior AI Engineer / Forward Deployed

Google·Full-time
April 2025 – Present

GenAI Data Quality Agent

Scoped, designed, and productionised a multi-turn Gemini 3 agentic system extracting structured fields from 10,000+ unstructured promotional campaign texts. Hit 92% field-level accuracy with 2% validation errors using a hand-labelled eval set, a two-layer validator with self-correction, tool calls, and retry loop — automating ~10,000 analyst hours annually.

Gemini 3Multi-turn AgentsValidator + Self-CorrectionRetry LoopFastAPILangChain

Pixel Dynamic Pricing Engine

Led end-to-end build of a LightGBM regression and constrained-optimisation engine on EMEA market signals. Shipped an interactive dashboard for analysts to visualise forecasts, adjust constraints, and re-run optimisation on demand, replacing week-long feedback cycles — delivering 90% forecast accuracy and $10M incremental profit in 6 months.

LightGBMRegressionConstrained OptimisationInteractive DashboardPySparkAzure MLMLflow

Senior AI Engineer / Forward Deployed

Meta·Full-time
August 2022 – March 2025

Fine-Tuned LLM + RAG for Sales Analytics

Owned discovery, scoping, and production deployment of a domain-specific RAG system backed by a fine-tuned LLM (LoRA / QLoRA). Built an automated eval harness scoring answers against a labelled golden dataset. Hit 95% answer accuracy and reduced analyst effort by 40%.

LLM Fine-TuningLoRAQLoRARAGHuggingFaceLangChainFAISSFastAPI

Customer Churn Intelligence

Built an XGBoost churn prediction model with 80% precision, identifying key churn drivers with SHAP-based explainability. Monitored production drift and enabled 95% retention of high-priority B2B customers, protecting $10M+ in annual revenue.

XGBoostSHAPFeature EngineeringDrift MonitoringCohort Analysis

AI Fraud Detection

Engineered supervised risk-scoring models combining account-compromise signals and free-tier behavioural patterns. Achieved 92% precision and mitigated ~$4M in potential revenue loss.

Supervised LearningRisk ScoringFraud DetectionBehavioural Features

Data Scientist / AI Engineer

Humana·Full-time
June 2019 – August 2022

Hospitalisation Risk Prediction

Developed a predictive model to identify patients at high risk of unplanned inpatient hospital admissions, enabling proactive intervention and care planning — improving precision by 20% and generating $15M in savings.

LightGBMNeural NetworksSurvival AnalysisXGBoostSHAPHealthcare

Cohort Analysis & Drug Adoption

Led a 5-member data science team using clustering and predictive modelling to boost drug adoption by 5%. Applied Shapley values for explainability, driving stakeholder confidence in model decisions.

ClusteringPredictive ModellingSHAPTeam LeadCohort Analysis

NLP & Admission Prediction

Applied BERT vectorisation, PCA, and cosine similarity for patient cohort analysis. Built and deployed ML models predicting inpatient admissions with 3% precision improvement.

BERTNLPPCACosine SimilarityPredictive Modelling

Model Productionisation & MLOps

Productionised multiple predictive models with robust data pipelines, monitoring, and retraining workflows on Azure.

MLflowAzure DevOpsCI/CDDocker
03.

Personal Projects

AI/ML systems I've designed, built, and shipped — from GenAI agents to full-stack AI applications.

⭐ Featured Project🟢 Live
🎁

GiftVision

AI Product Customisation Platform

Chat with Gemini 3.0 Flash to customise awards, trophies, and gifts via natural language — no editing software required. Describe your vision and the AI instantly generates a realistic product image, ready to go straight to hardware production.

Users select a base product from the gallery, then describe desired changes in plain English — 'Add Taylor as Employee of the Year', 'Happy Valentine's Day with a red ribbon', 'Happy Birthday Sarah'. Gemini 3.0 Flash receives both the base product image (multimodal input) and the user prompt, generating a modified product image instantly. Outputs go straight to hardware production — no designer or editing tools needed.

  • No editing software required — describe in plain English
  • AI-generated images ready for hardware production
  • Conversational chat interface with full message history
  • Wide variety of gift types: trophies, awards, plaques & more
  • Multimodal AI (image + text input)
  • Real-time image generation
Next.js 16TypeScriptReact 19Gemini 3.0 FlashTailwindCSSMultimodal AINo-Code CustomisationHardware Production
View Live Demo
v0-e-commerce-customization-platfor.vercel.app
⭐ Featured Project🟢 Live
🛡️

Truth Verifier

AI-Powered Health Misinformation Detector

Paste an Instagram post or reel URL and get real-time fact-check verdicts — TRUE, FALSE, or UNVERIFIABLE — with cited sources in seconds. Built to make health and science fact-checking frictionless at scale.

The backend fetches Instagram content via yt-dlp (cookie-based auth), extracts audio with ffmpeg, and transcribes it via Gradium STT. TinyFish Agent AI parses the transcript into individual factual claims, searches each against the web using TinyFish Search API, then returns a verdict with explanation and source citation. Results stream to the browser in real time via SSE — users see claims resolve as they arrive, no full-pipeline wait.

  • Real-time SSE streaming — verdicts appear as each claim resolves
  • Solved Vercel Edge timeout by moving DB write to client-side POST after 'done' event
  • Tiered usage system (free / pro / admin) with live usage banner and upgrade modal
  • File-based extraction cache keyed by URL + vision flag — avoids redundant Gradium calls
  • Supabase RLS with service-role bypass pattern for reliable server-side writes
  • Vision mode: Gemini Vision analyzes on-screen text in video frames (admin tier)
Next.js 16TypeScriptTailwind CSSPythonFastAPISSESupabaseTinyFish AgentGemini Visionyt-dlpffmpegGradium STTVercelRender
View Live Demo

More Projects

🤖
Production System

Campaign Intelligence Platform

GenAI Agentic Data Extraction System

Multi-turn GenAI agentic loop that extracts structured fields from unstructured telecom promotional campaign text — partner, product, promotion type, and offer details — with 90%+ accuracy.

The system runs a multi-turn LLM conversation with tool use: database lookup for partner resolution, two-layer business rule validation, and automatic self-correction retry. Supports OpenAI GPT-4o and Google Gemini interchangeably. Full audit trail logged as structured JSONL.

  • Multi-turn agentic loop (up to 10 turns)
  • Two-layer validation + self-correction
  • Provider-agnostic (OpenAI / Gemini)
  • Full JSONL audit trail
PythonFastAPILangChainOpenAI GPT-4oGeminiSQLitePydantic
🏆
🥇 1st Place

Hackathon — Audience Builder

Fractal Internal Hackathon · 1st Place

Built an Audience Builder tool that applies ML to identify the right customer and right product for upsell based on existing product usage patterns, achieving 85% precision. Surfaces productivity metrics and audience segments to drive data-backed commercial decisions. Presented to Chief Practice Officer at Fractal AI.

End-to-end ML pipeline: ingests existing product usage data, applies clustering and classification to surface customer-product upsell pairs, and visualises audience segments and productivity metrics in AWS QuickSight. SageMaker pipeline handles model training and serving. Presented to Chief Practice Officer at Fractal internal hackathon.

  • ML-powered customer + product matching for upsell
  • Productivity metrics surfaced for commercial teams
  • Audience segmentation by product usage patterns
  • Presented directly to Chief Practice Officer
AWS QuickSightSageMakerMLUpsell AnalyticsAudience Segmentation
🔍
Open Source

Agentic Job Discovery Engine

Autonomous Career Page Scraper

Agentic tool that reads companies and job keywords from a Google Sheet, searches for career pages via Google Search + Gemini disambiguation, scrapes listings with Playwright, and writes results back automatically.

End-to-end autonomous pipeline: reads from Google Sheets → searches for career pages → scrapes job listings with headless Chromium → uses Gemini to disambiguate results → writes structured output back to the sheet. Handles pagination, dynamic JS-rendered pages, and multi-tab layouts.

  • Headless browser scraping
  • Gemini-powered page disambiguation
  • Google Sheets read/write
  • Handles dynamic JS-rendered pages
PythonPlaywrightGeminiGoogle Sheets APIBeautifulSoupAgentic
04.

Certifications

🏆Certified
Architect
GenAI
LLM
MLOps
API
RAG
Arch
⭐ Featured Certification

Claude Certified
Architect

Anthropic · April 2026

Certified in designing, building, and deploying production-grade AI systems using Claude models — covering advanced prompt engineering, multi-agent architectures, tool use, safety practices, and enterprise AI integration patterns.

Multi-Agent SystemsPrompt EngineeringTool Use & Function CallingSafety & AlignmentClaude APIAI ArchitectureProduction Deployment
View Credential
🧠
AI Architecture
Expert Level
🔧
Tool Use
Advanced
🛡️
AI Safety
Practitioner
🚀
Production AI
Certified

Additional Certifications

Awards & Recognition

🏆
Fractal Client Champion
Recognised by Fractal AI for outstanding client delivery and measurable business impact.
Multiple Kaizen Awards
Awarded for continuous improvement and process excellence at Fractal AI.
🥇
Hackathon 1st Place
Built Audience Builder tool presented to Chief Practice Officer at Fractal AI. Used AWS QuickSight + SageMaker to surface upsell opportunities via ML.
05.

Technical Skills

Languages & Data

PythonExpert
SQL / SparkSQLAdvanced
PySparkSolid
TypeScript / JavaScriptProficient

Frontend

Next.jsProficient
React 19Proficient
TailwindCSSProficient

ML & Deep Learning

Scikit-learn / XGBoost / LightGBMExpert
PyTorchAdvanced
TensorFlow / KerasAdvanced

Generative AI & LLMs

Agentic Systems · Claude · GeminiAdvanced
Prompt Engineering & RAGExpert
LLM Fine-Tuning (LoRA / QLoRA)Advanced
Vector Databases (FAISS)Proficient

MLOps & Cloud

MLflow · Azure DevOps · CI/CDProficient
Model Monitoring & RetrainingProficient
Data Pipeline AutomationAdvanced

Backend & Infra

FastAPI · Node.js · RESTProficient
Supabase (Postgres + RLS)Solid
AWSProficient

Core Skills Radar

Python
SQL
RAG
PyTorch
Scikit
LLMs

Tools & Frameworks

LangChainFastAPIHuggingFaceMLflowPandasGemini APIOpenAI APIPlaywrightDockerAzure MLNumPyFAISSJupyterBeautifulSoupTypeScriptNode.jsSupabaseAWSNext.jsReact
06.

Get In Touch

Let's Build Something Impactful

I'm actively exploring senior AI/ML and Data Science opportunities where I can drive meaningful impact through GenAI products, ML systems, or strategic data roadmaps.

Whether you're building a new AI product, scaling an ML platform, or planning your data strategy — let's connect.

London, United Kingdom · Open to Global/Remote
Senior Data Scientist · AI/ML Engineer · GenAI Architect
Currently available

OPEN TO OPPORTUNITIES

Ready to Connect?

Send me an email and let's discuss how I can contribute to your team's success.

Send Email
< 24h
Response Time
🕐
GMT (London)
Time Zone
💻
Hybrid / Remote
Work Style
🚀
Immediate
Start Date

Gnaneshwar Vanam

Senior Data Scientist · AI/ML Engineer · GenAI Architect · London