Skip to content
View laharigandrapu11's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Indiana University Bloomington
  • Bloomington, Indiana, USA
  • 09:01 (UTC -04:00)
  • LinkedIn in/laharigandrapu

Block or report laharigandrapu11

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

Hi, I'm Lahari 👋

Data Science grad student at IU Bloomington  |  Ex-SWE at SAP  |  ML  |  Full Stack  |  Distributed Systems

profile views


About Me

I spent 2.5 years at SAP building internal tools that engineering and ops teams actually used in production. That meant caring about things beyond whether code ran locally: incident resolution times, SLA compliance, provisioning pipelines, migration tooling. I reduced data center provisioning from 10 hours to 1 hour by automating 7 manual steps, and cut customer migration time from weeks to 2 hours by building a Node.js CLI that batch converted 500+ legacy artifacts.

I am now finishing my MS in Data Science at Indiana University Bloomington, using that background to build ML systems the same way: with production constraints in mind, not just accuracy numbers.

Most recently I built an agentic RAG system for intelligent document querying. A LangGraph state machine routes and decomposes complex questions, retrieves from Qdrant using sentence-transformers embeddings, and streams cited answers in real time via SSE. Deployed on Google Cloud Run with a full GitHub Actions CI/CD pipeline. Before that I built a computer vision pipeline at MyEdMaster that reduced body measurement entry time from 2 minutes to 6 seconds using MediaPipe and ResNet-50. Before that I built an AI travel planner where 6 LLM powered agents run in parallel using Celery and Redis, cutting trip planning time from 2 hours to 5 minutes.


What I Have Built

Agentic RAG DocQuery: Production-grade document intelligence platform. A LangGraph state machine routes queries, decomposes complex questions into sub-questions, retrieves from Qdrant using sentence-transformers embeddings, and synthesizes cited answers with a full hop trace. Supports PDF, DOCX, Markdown, plain text, and URLs. Real-time token streaming via SSE. Switchable LLM providers (Groq, Gemini, Mistral) mid-session. Deployed on Google Cloud Run with GitHub Actions CI/CD.

AI Agentic Travel Planner: 6 LLM agents (Claude + OpenAI) coordinated via Celery and Redis. Parallel execution cut end to end planning latency by 75%. Trip planning time went from 2 hours to 5 minutes.

Room Reservation System: Microservices platform built for 1M+ concurrent users, scaling to 5M on Kubernetes. 15+ REST APIs, JWT auth, RabbitMQ async workflows, 100% unit test coverage with JUnit 5 and Mockito.

Body Measurement CV Pipeline: Real time pose detection with MediaPipe and ResNet-50. 90% detection accuracy across varied lighting and body types. 87% reduction in measurement entry time.


What I Work With

Python, Java, JavaScript, TypeScript. Used for both backend and ML work.

For ML: PyTorch, TensorFlow, scikit-learn, LangChain, LangGraph, OpenAI and Claude APIs, OpenCV, MediaPipe.

For backend and infra: Spring Boot, Flask, FastAPI, Node.js, Docker, Kubernetes, AWS (Lambda, S3, EC2, ECS), GCP (Cloud Run), RabbitMQ, Redis, Qdrant, PostgreSQL.


Let's Connect

Email: laharigandrapu11@gmail.com
LinkedIn: linkedin.com/in/laharigandrapu
GitHub: github.com/laharigandrapu11

Pinned Loading

  1. agentic-rag-docquery agentic-rag-docquery Public

    A production-grade, agentic Retrieval-Augmented Generation (RAG) system for intelligent document querying. Upload documents in multiple formats, ask complex questions, and receive grounded, cited a…

    TypeScript

  2. Anish478/gitfixr Anish478/gitfixr Public

    gitFixr is a multi-agent system that reads a GitHub issue, writes a fix, tests it in a sandbox, scores it with a critic agent, and opens a PR automatically.

    Python

  3. RoomReservationSystem/.github RoomReservationSystem/.github Public

    A room booking platform built for university campuses. Students, faculty, and staff can find and book rooms across campus buildings. The system is built to handle large numbers of users without slo…

    Starlark

  4. RoomReservationSystem/user-service RoomReservationSystem/user-service Public

    Java