Skip to content
View Yashraj-Muthyapwar's full-sized avatar

Highlights

  • Pro

Block or report Yashraj-Muthyapwar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Yashraj-Muthyapwar/README.md

Typing SVG

I build end-to-end intelligent systems designing RAG pipelines, LLM agents, and agentic tools on the AI side, while architecting the cloud data infrastructure those systems depend on. My work spans AWS, Azure, and GCP, with a focus on retrieval quality, LLM observability, IaC-managed pipelines, and production reliability.

Flagship Projects

🧠 FRAG-MED  —  Medical RAG with Hierarchical Retrieval

RAG  Parent-Child Architecture  Arize Phoenix  Clinical QA  LLM Observability

A domain-specific RAG system for clinical question answering, built on a hierarchical retrieval architecture with parent-child document mapping. Most RAG prototypes use flat vector search — this project directly addresses why those systems hallucinate in production: context fragmentation.

The system retrieves fine-grained child chunks for precision while injecting the full parent document as context into the LLM prompt. Arize Phoenix provides end-to-end LLM tracing and retrieval quality monitoring throughout the pipeline.

View Repo

📚 NotionAtlas AI  —  Semantic Search & RAG over Notion

Qdrant  Sentence Transformers  Notion API  RAG Pipeline  Streamlit

An end-to-end RAG pipeline that indexes entire Notion workspaces and enables natural language Q&A across thousands of pages. The fully automated pipeline handles extraction → chunking → embedding → retrieval → LLM answer generation, with a Streamlit interface built for non-technical users.

View Repo

🔍 LyteQuery  —  Conversational SQL Agent

LangChain  Text-to-SQL  LLM Agents  Multi-table Schema  Streamlit

An agentic system that converts plain-English business questions into accurate SQL, executes queries against relational databases, and returns clean human-readable summaries. Handles multi-table schemas, generates query explanations, and surfaces results in language any stakeholder can act on — removing the SQL barrier entirely.

View Repo

🏗️ Data Infrastructure

🟠 AWS Retail Data Pipeline  —  IaC with Terraform

Terraform  AWS Glue  Amazon S3  Amazon Athena  AWS RDS

Full implementation of the data engineering lifecycle on AWS, built entirely with infrastructure-as-code. Extracts retail data from an RDS OLTP database, transforms it via AWS Glue into columnar Parquet on S3, and serves analytical queries through Athena. Every resource — IAM roles, Glue jobs, S3 buckets, RDS instances — provisioned and version-controlled with Terraform.

View Repo

🔷 AWS Governed Lakehouse  —  Apache Iceberg + Lake Formation

Apache Iceberg  AWS Lake Formation  Amazon Athena  RBAC  Amazon S3

A governed data lakehouse on AWS using Apache Iceberg as the open table format and Lake Formation for fine-grained role-based access control. Supports ACID transactions, schema evolution, and time-travel queries — production-grade patterns for regulated or multi-team data environments where governance is non-negotiable.

View Repo

🔵 Azure E-Commerce Analytics Pipeline  —  Medallion Architecture

Azure Data Factory  Databricks  PySpark  Synapse Analytics  Power BI

End-to-end analytical pipeline spanning ADF for orchestration, Databricks with PySpark for transformation, and Synapse Analytics for serving. Implements Bronze-Silver-Gold medallion architecture — raw ingestion through OLTP-to-OLAP transformation to analytics-ready Gold layer consumed by Power BI dashboards.

View Repo

🎙️ Also Shipped

PrepWise — AI Interview Simulator  ·  View Repo

A Chrome extension that auto-extracts job descriptions from LinkedIn and generates role-specific interview questions across technical, behavioral, and HR categories. Whisper handles speech-to-text; GPT-4o evaluates answers — the complete interview loop runs in-browser.

GPT-4o  OpenAI Whisper  Chrome Extension  LinkedIn Integration

🛠 Tech Stack

Languages & Core

Python SQL JavaScript

AI / ML Frameworks

PyTorch TensorFlow scikit-learn LangChain HuggingFace OpenAI

RAG, Vector Databases & Observability

Qdrant ChromaDB FAISS Arize Phoenix Sentence Transformers

Cloud & Data Engineering

AWS Azure GCP Apache Spark Apache Iceberg Databricks dbt

Infrastructure & DevOps

Terraform Docker GitHub Actions

Databases

PostgreSQL MySQL MongoDB

APIs & Web

FastAPI Streamlit React

Pinned Loading

  1. aws-retail-data-pipeline aws-retail-data-pipeline Public

    End-to-end implementation of the Data Engineering Lifecycle using Terraform as Infrastructure as Code. The pipeline extracts retail data from an AWS RDS OLTP database, transforms it using AWS Glue …

    HCL

  2. End-to-End-E-commerce-Analytics-Pipeline-on-Azure End-to-End-E-commerce-Analytics-Pipeline-on-Azure Public

    A fully automated end‑to‑end e‑commerce analytics pipeline built on Azure. It ingests, transforms, enriches, and visualizes Olist data using the Medallion architecture (Bronze → Silver → Gold) with…

    Jupyter Notebook

  3. LyteQuery-AI-SQL-Agent LyteQuery-AI-SQL-Agent Public

    Conversation-to-SQL agent: ask in plain English, LyteQuery generates and runs SQL across SQLite/MySQL/PostgreSQL, then returns exportable tables and auto-charts in Streamlit.

    Python

  4. NotionAtlas-AI-Semantic-Search-And-RAG-Assistant-for-Notion NotionAtlas-AI-Semantic-Search-And-RAG-Assistant-for-Notion Public

    End-to-end Retrieval Augmented Generation (RAG) pipeline using Notion, Qdrant, Sentence Transformers, and Streamlit for interactive question answering on private Notion workspaces.

    Jupyter Notebook

  5. PrepWise-LinkedIn-Interview-AI PrepWise-LinkedIn-Interview-AI Public

    Voice‑powered Chrome extension that turns LinkedIn job posts into live AI mock interviews with instant feedback, natural TTS, and privacy‑first design.