AI Trainer & Generative AI Practitioner
Assistant Professor turned AI practitioner — designing and delivering hands-on training in LLMs, RAG pipelines, and multi-agent systems for students, faculty, and industry professionals.
Understanding failure modes is how real learning happens. Limitations are documented as carefully as results.
Training Delivered
Three hands-on workshops designed and delivered in 2026 — covering the full AI stack from ML fundamentals to production-ready agentic systems.
Live demos of multi-agent workflows, LLM API integration, and AI-assisted applications. Covered Mini-RAG concepts and agent architectures for students and AI enthusiasts.
CrewAI orchestration, ChromaDB-powered RAG workflows, and planner–worker–reviewer agent architectures for automated educational content generation.
Guided participants in building local AI assistant workflows from scratch — covering retrieval, tool use, and multi-agent systems with live hands-on demonstrations.
Portfolio
Built from scratch to understand — not to benchmark. Every project documents what breaks, and why.
A full Academic Console that transforms textbooks and PDFs into an intelligent, multi-mode learning system. Built with local LLMs, ChromaDB vector storage, semantic retrieval, and diagram-aware PDF grounding — designed to run entirely offline on student hardware.
Built as a live demo for the final session of the 3-day AI workshop. The agent answers questions grounded in workshop PDFs and notebooks using a heuristic ReAct-style decision loop.
Transforms a topic prompt into structured educational content via four specialised agents: Research (RAG) → Image (diffusion) → Reviewer → Manager. Failure cases in agent handoffs and RAG retrieval are documented alongside the working pipeline.
End-to-end Word2Vec (Skip-Gram + Negative Sampling) built from scratch in PyTorch, with an interactive browser-based explorer showing how semantic structure emerges from random vectors across training epochs.
×4 super-resolution built from scratch with patch-based training, warm-up stability phases, and adversarial fine-tuning. Perceptual trade-offs and mode collapse behaviour are honestly documented without cherry-picked results.
Progresses from CNN–LSTM baseline (InceptionV3 + LSTM) through Transformer decoder to pretrained vision–language models. Validates learning via controlled overfitting and honestly documents why pretrained models outperform naive fine-tuning on small datasets.
A concept-driven bridge from classical ML to deep learning. Deliberately breaks logistic regression on XOR before solving it with a single hidden layer MLP — focusing entirely on decision boundaries and architectural necessity, not accuracy.
An autonomous research intelligence system built on the ReAct (Reasoning + Acting) paradigm. Given a topic, the agent generates 6 targeted research questions, then runs a full Thought → Action → Observation → Summary loop per question — combining Gemini for planning and synthesis with Groq LLaMA for fast, tight reasoning at each step.
A memory-aware agentic travel planner built on LangGraph's StateGraph. The system collects weather and destination data, then runs a self-evaluation loop — the agent reflects on its own information quality, scores its confidence, identifies specific knowledge gaps, and conditionally re-searches before generating the final personalised itinerary.
Technical Stack
From prompt engineering to multi-agent orchestration — the full stack of modern AI training and development.
Credentials
NPTEL certifications with Gold and Silver distinctions, and a national AI upskilling programme at IIIT Allahabad.
Coding Practice
Consistent practice in algorithmic problem-solving and clean, idiomatic Python.
Get In Touch
Looking to bring AI training to your institution, company, or team? I design and deliver hands-on workshops — from ML fundamentals to production-grade LLM and RAG systems — tailored to your audience's level and goals.
"These projects are not about replicating benchmarks or shipping polished products. The goal is to build from scratch after genuinely understanding the underlying concepts."