Skip to content
View Yamini26284's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Yamini26284

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
Yamini26284/README.md

Hi, I'm Yamini Priya 👋

I build backend systems and AI agents, and I make sure they actually work before I call them done.

What I'm working on

  • 🤖 Agentic AI systems that reason over real-time, with multimodal capabilities
  • 🔍 RAG pipelines and context engineering
  • ⚡ Production backends (FastAPI, Docker, Cloud Run) built end to end, from API to deployment

I like owning things end to end, from API design to cloud deployment, and I'd rather prove a system works than assume it does. The projects below show that in practice.

LinkedIn  |  Email  |  Blog


Featured Projects

A live interview coach that watches you through your camera and gives honest, real-time feedback, on your answers, posture, and eye contact, the moment the session ends.

Orchestrates two concurrent YOLO models (pose and object detection) alongside Gemini's Realtime Video LLM, synchronizing all three within a single live session. Designed and shipped solo in 4 days.

Python YOLO Gemini Realtime

A question-answering system that reads documents and answers questions about them, but checks its own confidence first and admits when it doesn't know something, instead of guessing.

Built with FastAPI, LangGraph, and Pinecone. Grades its own retrieval confidence and does a deeper read on borderline cases rather than trusting a similarity score alone. Validated with an automated 15-case evaluation suite (15/15 pass, including adversarial "should refuse" cases).

Python FastAPI LangGraph Pinecone

A tool that reads an entire codebase and turns it into a clear, structured map, so getting help from an AI assistant on a bug takes one attempt instead of three.

Uses Python's AST module for static analysis, with a custom metric I designed (Context Leverage Factor) benchmarking a 92.3% reduction in representation size. Cuts debugging token usage from ~1,800 to 380 in head-to-head testing, powered by Groq's Llama 3.3 70B.

Python AST Groq API

cross_lens — Adversarial RAG System

A research assistant that checks a claim from multiple angles at once, actively looking for evidence that supports it, contradicts it, or is simply neutral, instead of just confirming what you want to hear.

Implements Corrective RAG with adaptive query routing and multi-vector retrieval. Deployed live on Streamlit Cloud using local embeddings at zero infrastructure cost.

Python Streamlit RAG

Lets someone ask a plain-English business question and get a real answer pulled straight from a company's data warehouse, no SQL required.

Built with Google's Agent Development Kit and Gemini, using a Model Context Protocol (MCP) server for governed, read-only access to BigQuery. Containerized and deployed on Google Cloud Run.

Python Google ADK MCP Cloud Run

An agent that analyzes a coffee shop's sales and scheduling data to spot staffing and inventory issues, then asks for explicit approval before making any changes.

Cross-references point-of-sale data with a schedule to identify operational bottlenecks, runs its analysis in a sandboxed environment, and requires human permission before writing any updates.

Python Google ADK Gemini Cloud Run


Other Projects

  • coffee-barista-agent — AI assistant recommending personalized coffee orders using RAG, deployed on Cloud Run.
  • Linkedin-Post-Generator — A tool that generates LinkedIn post drafts using an LLM based on a given topic.
  • Bengaluru House Price Prediction — A regression model predicting Bengaluru house prices from property features like location, square footage, and BHK count, using scikit-learn.

Skills

Languages: Python, SQL, TypeScript GenAI & Agentic AI: LangChain, LangGraph, RAG, AI Agents, Prompt Engineering, Model Context Protocol (MCP) LLM Providers: Gemini, OpenAI, Groq Backend & Cloud: FastAPI, Docker, Google Cloud Run, PostgreSQL Fundamentals: Data Structures & Algorithms, Object-Oriented Programming, DBMS

Certifications & Education

  • Agentic AI Foundations Associate, Oracle
  • Large Language Models Course, HuggingFace
  • B.Tech in Computer Science and Engineering, Sri Venkateswara University

Currently open to Backend Engineering, Software Engineering, and Applied AI / GenAI roles.

📫 yamini26284@gmail.com Linkedin : https://www.linkedin.com/in/yamini26284/

Pinned Loading

  1. Context-Excavator Context-Excavator Public

    Context Excavator solves a real problem: when you paste large codebases into ChatGPT, the AI gets lost in noise. You're feeding it 500 lines of code when only 20 lines actually matter. The LLM can'…

    Python 4

  2. Vision-Agent Vision-Agent Public

    Vision Agent is a real-time AI interview coach that gives you instant feedback on your performance based on posture, clarity, confidence, everything

    Python

  3. cross_lens cross_lens Public

    Advanced RAG system that verifies claims by finding evidence on both sides of any document.

    Python

  4. coffee-barista-agent coffee-barista-agent Public

    AI coffee shop assistant using Google ADK, Gemini, and RAG deployed on Cloud Run

    Python

  5. rag-langGraph rag-langGraph Public

    A RAG backend that answers questions from documents, with real citations and honest refusals, built with LangGraph, Pinecone, and FastAPI.

    Python

  6. cinema-ticketing-fullstack-webapp cinema-ticketing-fullstack-webapp Public

    Full-stack cinema seat-booking system with live seat maps, time-limited holds, and concurrency-safe payment transitions. Built with Hono, React, PostgreSQL, and Drizzle ORM.

    TypeScript