Skip to content
View shauryadata's full-sized avatar

Block or report shauryadata

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

Shauryaditya Singh

AI / ML Engineer  ·  production LLM systems, applied ML, and the research behind them

Portfolio  ·  LinkedIn  ·  Email


About

I build end-to-end LLM applications, RAG pipelines, agentic workflows, and confidence-aware systems that know when not to answer, on a foundation of applied ML (forecasting, recommender systems, fairness-constrained modeling). I'm completing an M.S. in Applied AI at Stevens Institute of Technology, and my work is backed by peer-reviewed research, including a Best Paper award (ICICC 2026, Springer) and an IEEE Xplore publication.

I use AI coding assistants as part of my workflow, the way most engineers do now, but the architecture, engineering decisions, and trade-offs in every project below are my own.

Featured Work

Project What it is Link
Selective RAG with Conformal Abstention Retrieval-augmented generation that scores its own confidence and abstains on low-confidence queries (AUROC 0.8515, 4.27× reliable-coverage gain) Code (publishing soon)
VAULTS Full-stack, LLM-powered portfolio-intelligence app — Next.js · TypeScript · Anthropic API · Upstash Redis Live demo
AI Command Center LLM-powered coaching & briefing app with agentic workflows and retrieval over user data Live demo
FairLens Algorithmic-bias audit across 800k+ U.S. mortgage records (HMDA) with fairness metrics, shipped as a web app Live
Music Recommendation Ensemble 88-model stacking ensemble (PySpark ALS + LightGBM LambdaRank) on 12.4M ratings — Kaggle 0.930 Leaderboard
Cost-Sensitive HAR Six classifiers built from scratch in NumPy with a Chow reject option — 94% accuracy at 2.7% abstention Code

Several production apps are kept private for security; live demos are linked above and code is available on request.

Research & Publications

  • Reinforcement Learning-Based Energy Dispatch for AI-Enabled Surgical Units under Variable Renewable SupplyBest Paper Award, ICICC 2026 (Springer). RF/XGBoost/LSTM/GRU forecasting (R² 0.9345) coupled with an RL dispatch agent.
  • Digital Twin for Battery-Powered Medical IoT FleetIEEE Xplore, AIMLA 2026. Physics- and ML-based battery SoH/RUL modeling. DOI
  • Working papers: decision-theoretic abstention for Human Activity Recognition · algorithmic fairness in U.S. mortgage lending

Tech Stack

Python PyTorch TensorFlow scikit-learn Pandas NumPy

Anthropic FastAPI Next.js React PostgreSQL Redis

AWS GCP Databricks Vercel

Focus areas  LLM application development · RAG · agentic workflows · embeddings & vector search · conformal / selective prediction · recommender systems · time-series forecasting · fairness-constrained ML

Currently

Building confidence-aware LLM systems and applied-ML research oriented toward high-stakes and sustainability-focused decision problems (energy, fairness, reliability).

Open to AI / ML Engineer roles.

Pinned Loading

  1. cineverse cineverse Public

    Netflix-inspired movie & TV recommendation platform: content-based recommender, commercial-verdict analytics, and a cinematic Framer Motion UI. Next.js 14 · TypeScript · TMDB.

    TypeScript

  2. cost-sensitive-har cost-sensitive-har Public

    Six from-scratch NumPy classifiers + a cost-sensitive abstention (reject) framework for Human Activity Recognition. 94% base accuracy; hits the 95% target by abstaining on 2.7% (UCI HAR).

    Jupyter Notebook

  3. fairlens fairlens Public

    Algorithmic-bias audit of ~800k U.S. mortgage applications (HMDA 2024): approval modeling, demographic-disparity metrics, and Fairlearn fairness-constrained optimization.

    Jupyter Notebook

  4. music-recommender music-recommender Public

    Stacked ensemble for a 12.4M-rating music track-recommendation task: PySpark ALS + LightGBM + PySpark ML classifiers combined by a ridge-weighted, constraint-aware meta-ensemble. Kaggle public LB 0…

    Python

  5. selective-rag selective-rag Public

    Selective RAG with conformal abstention: a hallucination detector that scores its own confidence and abstains, with a finite-sample precision guarantee.

    Python

  6. vaults-tracker vaults-tracker Public

    Portfolio-intelligence PWA: live prices, alerts, a deterministic LLM briefing, and an Anthropic-powered analysis tab, with a full demo mode. Next.js 14 · TypeScript · Upstash Redis.

    TypeScript