Skip to content
View madhavmadupu's full-sized avatar
🌟
Thinking in systems, not syntax
🌟
Thinking in systems, not syntax

Block or report madhavmadupu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
madhavmadupu/README.md

Hey, I'm Madhav 👋

AI/ML Engineer | Building Autonomous Agentic Systems

Specializing in LLM Orchestration, Multi-Agent Systems, and Cloud-Native AI Based in Hyderabad, India 🇮🇳

I build intelligent systems that don't just predict, but reason and execute. From local, air-gapped multi-agent frameworks for secure coding to multimodal RAG pipelines on GCP, I focus on turning experimental AI into production-grade infrastructure.


🌟 Open Source & Impact

  • tensorflow/tensorflow: Official Contributor to TensorFlow.
    • Engineered clearer diagnostic error messages for XLA compilation within tf.image.extract_patches.
    • Resolved cryptic TypeErrors by ensuring windowing parameters are validated as compile-time constants.
    • View my PR: tensorflow/tensorflow#108476
  • GoogleCloudPlatform/python-docs-samples: Official Contributor to Google Cloud samples.
    • Engineered production-ready code for Vertex AI Agent Engine (Reasoning Engine) and Gemini AI integration.
    • Reliability Engineering: Resolved FileNotFoundError edge cases in image-generation samples by implementing automated directory creation and PEP 8-standardized path handling.
    • View my PR: GoogleCloudPlatform/python-docs-samples#13737

🚀 Featured AI Projects

Production-ready, privacy-first RAG system for secure document intelligence.

  • Impact: Built a high-performance local RAG pipeline that eliminates cloud dependencies, ensuring 100% data sovereignty for sensitive enterprise documents.
  • Key Feature: Engineered a Semantic Chunking engine that splits text based on topic shifts rather than character counts, paired with LanceDB hybrid search for industry-leading retrieval accuracy.
  • Tech: Next.js 15 (App Router), FastAPI, LanceDB (Vector Store), Ollama (Llama 3.2), Tailwind CSS.

Advanced Graph-RAG system for mapping complex global supply chain dependencies and ripple-effect analysis.

  • Impact: Built a reasoning engine that traverses relationship nodes to identify hidden market risks, solving the "disconnected data" problem where standard RAG systems fail in multi-hop queries.
  • Key Feature: Engineered a Hybrid Retrieval Pipeline that merges Neo4j graph traversals (Cypher) with ChromaDB semantic search, allowing the local LLM to reason across entities like suppliers, locations, and risk events.
  • Tech: Python, Neo4j (Graph DB), Ollama (Llama 3), LangChain, ChromaDB, Streamlit.

Autonomous Multi-Agent System for Secure, Air-Gapped SDLC.

  • Impact: Designed a local-first orchestration framework using LangGraph and Ollama to automate code generation, testing, and refactoring.
  • Key Feature: Implemented a Self-Correction Loop where specialized agents (Architect, Coder, Reviewer) critique and fix code autonomously without cloud data leakage.
  • Tech: Python, LangGraph, Ollama (Llama3/DeepSeek), Streamlit.

Agentic Drug Research Assistant powered by Gemini 2.0.

  • Impact: Developed an intelligent agent that automates medical literature synthesis by combining Real-time Web Search with LLM reasoning.
  • Key Feature: High-speed research synthesis using Gemini 2.0 Flash and DuckDuckGo integration, providing structured reports for healthcare professionals.
  • Tech: Gemini 2.0 API, Python, Streamlit, DuckDuckGo Search API.

Real-time conversational AI with visual and auditory perception.

  • Impact: Built a low-latency voice agent on Vertex AI capable of real-time screen processing and speech-to-speech interaction.
  • Tech: Vertex AI (Gemini 1.5 Pro), WebRTC, Google Cloud Functions.

Time-series prediction for financial markets with 87% accuracy.

  • Impact: Engineered ensemble ML models (LSTMs + XGBoost) for market trend prediction. Integrated data versioning and model monitoring.
  • Tech: TensorFlow, Scikit-learn, Pandas, Time Series Analysis.

🛠️ Tech Stack

Category Tools & Technologies
Agentic AI LangGraph, CrewAI, Multi-Agent Orchestration, Self-Correction Loops
LLMs & RAG Gemini 2.0, GPT-4, Llama 3, ChromaDB, Pinecone, LangChain
Machine Learning TensorFlow, PyTorch, Scikit-learn, Time Series, Computer Vision
Cloud & MLOps GCP (Vertex AI, BigQuery), Docker, Ollama (Local LLMs), CI/CD
Backend & Data FastAPI, NestJS, Python, SQL, Apache Spark

📫 Let's Connect

I'm looking for roles at the intersection of Generative AI, Finance, and Cloud Architecture. If you're building autonomous systems, let's collaborate.

LinkedIn Email Portfolio

💡 Learning Focus: Scalable Agentic Workflows and DeepSeek Model fine-tuning.

Pinned Loading

  1. atlas-grag atlas-grag Public

    Atlas-GRAG is a Graph Retrieval Augmented Generation system designed to analyze complex supply chain risks that standard RAG systems fail to identify. By combining Knowledge Graphs with Vector Sear…

    Python

  2. loco-rag-engine loco-rag-engine Public

    LOCO (Local-Only Contextual Orchestration) is designed for organizations and individuals who need the power of RAG without the privacy risks or costs of cloud-based LLMs.

    TypeScript 2 1

  3. lisa-agentic lisa-agentic Public

    lisa-agentic is a local-first, autonomous multi-agent AI system that helps developers generate, test, review, and refactor code securely offline using agent orchestration and self-correction loops.…

    Python

  4. auto-pharma-ai auto-pharma-ai Public

    AutoPharma AI is an intelligent drug research assistant powered by Google Gemini 2.0 and DuckDuckGo Search. It automates the process of gathering medical information, providing structured, professi…

    Python 1

  5. rag-project rag-project Public

    A comprehensive demonstration and comparison of different information retrieval methods for RAG (Retrieval-Augmented Generation) systems. This project implements and compares TF-IDF, BM25, and hybr…

    Python 1