Skip to content
View PranavShashidhara's full-sized avatar

Block or report PranavShashidhara

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

πŸ‘‹ Hi, I'm Pranav

πŸŽ“ MS in Data Science, UMD Β· πŸ€– Agentic LLM systems Β· βš™οΈ GPU kernels to production pipelines

I build systems that go from data β†’ model β†’ deployment β†’ real-world use. MS in Data Science from UMD (GPA 3.97), with prior experience as a Technical Analyst at Oracle and recent work building agentic AI systems at MTech Ventures.

🧠 What I Work On

  • Agentic LLM Systems β€” MCP servers, tool orchestration, multi-agent reasoning loops
  • LLM Fine-tuning & Inference β€” QLoRA, vLLM, multi-GPU deployment
  • RAG Pipelines β€” retrieval systems with eval gates and citation grounding
  • CUDA & GPU Systems β€” kernel optimization, memory hierarchy, edge GPU benchmarking
  • Generative Models β€” diffusion models, segmentation-guided synthesis
  • MLOps & Infrastructure β€” Docker, Kubernetes, CI/CD for ML

πŸš€ What You'll Find Here

  • An agentic RAG system in production use, with eval-gated CI/CD and autoscaling
  • An MCP tool server used by analysts at MTech Ventures
  • CUDA kernel benchmarks with roofline analysis on edge GPUs
  • LLM fine-tuning and multi-GPU inference pipelines
  • Generative and applied NLP projects outside the core infra work

πŸ›  Tech I Use

  • ML / AI β€” Python, PyTorch, HuggingFace, vLLM, PEFT/QLoRA
  • Systems β€” CUDA, C++, Docker, Kubernetes, AWS, GitHub Actions
  • Data β€” SQL, PySpark, Pandas, Pinecone, MLflow

πŸ“Š GitHub Activity

πŸ“« Connect

LinkedIn

Pinned Loading

  1. news_research_agent news_research_agent Public

    Multi-agent research assistant that answers news questions with cited, verified responses. Claude directs its own tool-use loop across search, synthesis, and fact-checking agents. Deployed on Kuber…

    Python

  2. Seg_diffusion Seg_diffusion Public

    Segmentation-guided diffusion models for controllable brain MRI synthesis using BraTS 2021. Supports counterfactual generation via Mask-Ablated Training (MAT) to modify or remove tumors, evaluated …

    Jupyter Notebook 1 1

  3. llm-orchestration-stack llm-orchestration-stack Public

    End-to-end platform for fine-tuning and deploying Llama-3.1 8B-Instruct on SQL generation using QLoRA, 4-bit quantization, and multi-GPU inference. Focuses on memory-efficient, high-throughput LLM …

    Jupyter Notebook

  4. multilingual_toxicity_classification multilingual_toxicity_classification Public

    A multilingual NLP system using XLM-RoBERTa-Large for multi-task classification that detects toxic content and harmful intent across 15+ languages with binary toxicity and multi-label intent heads.…

    Jupyter Notebook 1

  5. cuda-memory-hierarchy-benchmarks cuda-memory-hierarchy-benchmarks Public

    Roofline-driven CUDA microbenchmarking framework for studying memory-bound vs compute-bound transitions on edge GPUs (Jetson Orin Nano, SM87), comparing hand-written GEMM kernels, Tensor Core imple…

    Cuda

  6. MediAssist_AI MediAssist_AI Public

    Offline-capable, multilingual voice-based medical assistant using Claude 3.5, BioGPT, Whisper, and RAG. Built for reliability in low-connectivity settings.

    Python