Skip to content
View ShuklaA11's full-sized avatar

Highlights

  • Pro

Block or report ShuklaA11

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

Hi, I'm Arnav 👋

Statistics & Data Science @ UT Austin. I do research and build across the ML stack, from computer vision pipelines to retrieval systems to full-stack AI products. I care about systems that are measured, not just demoed: benchmarked retrieval, precision-tuned detection, and LLM features with guardrails against hallucination.

Interests: RAG · computer vision · full-stack AI · applied machine learning


Featured Projects

🔬 SciRag - LLM-compiled scientific knowledge base

Section-aware retrieval, citation-graph expansion, multi-hop reasoning, and NLI-based claim verification over NLP/ML papers. Every component is benchmarked individually against QASPER and SciFact. Python · RAG · LangGraph · SPECTER2 · Qdrant

📰 AISignal - Personalized AI news aggregator

Multi-source ingestion + LLM summarization, with a two-tower neural recommender trained via contrastive learning and Thompson-sampling exploration to avoid filter bubbles. PyTorch · FastAPI · Recommender systems · LLM

🚗 WaymoVision - Self-driving car detection pipeline

Two-stage CV pipeline (YOLO + ByteTrack detection feeding a ResNet18 classifier) that finds Waymo vehicles in street video and exports clips. Tuned for precision over recall. Research at INSPIRE Lab, UT Austin. Computer Vision · PyTorch · YOLO · OpenCV

🧰 Forge - Local-first AI workspace for founders

A chat-first workspace with a persona-aware assistant: native Anthropic tool-use loop, a versioned wiki, grounded retrieval, scheduled agents, and an anti-hallucination guardrail on LLM extraction. Next.js · TypeScript · Prisma · PostgreSQL · Tool-use

🛰️ Atlas - SMS-based personal AI agent

A Claude-powered assistant that runs your day over text: morning briefings, smart reminders, deep-work focus sessions, location-triggered fitness logging, and conversational nightly reviews, all on a cron + webhook backbone. Next.js · TypeScript · Supabase · Twilio · Claude Agent SDK


Toolbox

Languages: Python · TypeScript · SQL ML / AI: PyTorch · Hugging Face · LangGraph · RAG · embeddings · recommender systems Full-stack: Next.js · FastAPI · PostgreSQL · Prisma Infra: Docker · Qdrant · Alembic


📫 Reach me through GitHub or the links on my profile.

Pinned Loading

  1. AISignal AISignal Public

    Personalized AI news aggregator: multi-source ingestion, LLM summarization, and a two-tower neural recommender that learns your preferences. FastAPI + PyTorch.

    Python

  2. Forge Forge Public

    Local-first, chat-first workspace for founders: persona-aware AI assistant with native tool-use, a versioned wiki, grounded retrieval, and scheduled agents. Next.js + Prisma.

    TypeScript

  3. SciRag SciRag Public

    LLM-compiled scientific knowledge base: section-aware retrieval, citation-graph expansion, multi-hop reasoning, and NLI claim verification. Benchmarked on QASPER & SciFact.

    Python

  4. WaymoVision WaymoVision Public

    Two-stage computer vision pipeline (YOLO + ResNet18) that detects Waymo self-driving cars in street video and exports clips - tuned for precision over recall.

    Python