Skip to content
View arukh281's full-sized avatar
馃槈
馃槈

Block or report arukh281

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鈥檛 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鈥檚 behavior. Learn more about reporting abuse.

Report abuse
arukh281/README.md

Aradhya Khandelwal

ML engineer for multichannel audio. I build acoustic detection systems on microphone arrays: synthetic data pipelines, deep learning, and GPU signal processing on NVIDIA Jetson. I'm also co-founder and CTO of The Algorithm Lab, an early-stage AI startup.

PortfolioGoogle ScholarLinkedInarukhandelwal281@gmail.com

What I'm working on

  • Earmark, built in public: personal voice isolation and barge-in gating for voice agents, running in the browser. After a 5-second enrolment, a causal model keeps only your voice and tells the agent when you, and only you, are speaking. PyTorch for the model and a C++17 engine for WebAssembly. Work in progress: no results until they come from real runs.
  • Audio ML at SSS Defence: acoustic drone detection on a multi-microphone array. The work spans synthetic data generation, sim-to-real transfer, CUDA signal processing and deployment on NVIDIA Jetson. The code is private.
  • The Algorithm Lab: the product behind our AI marketing service, now in beta. A multi-agent system (platform writers, a topic planner, an adversarial critic and a campaign planner) working from one shared company audit, plus a website-audit pipeline, on FastAPI and React with several models through OpenRouter. The code is private.

Publications

  • Unsupervised Approach for Classifying Volume Scattering for Surface Roughness and Potential Water-Ice Deposits. IEEE InGARSS 2025. IEEE Xplore
  • Beyond Nonce Uniqueness: A Cryptographic Evaluation of AES-GCM in Secure Anonymous File Sharing Systems. ICDSA 2025, first author. Springer

Selected projects

Project What it is Stack
Earmark Personal voice isolation and barge-in gating for voice agents, in the browser (work in progress) PyTorch, C++17, WebAssembly
Hypercharge Wires a repo for Cursor and Claude Code agents: a code map, session memory and safety hooks Python, tree-sitter, SQLite
SwiftShare Anonymous, encrypted file sharing; the basis of my ICDSA paper FastAPI, AES-GCM, AWS S3
KALI NSE paper-trading sandbox: 4 algorithm ledgers, HMM regime features, Kelly sizing Python
Review Insights LLM review analytics with Google Business Profile sync Next.js, PostgreSQL, Prisma
Sensor Anomaly Real-time anomaly detection on NASA turbofan sensor data scikit-learn, FastAPI

Tools

Python 路 PyTorch 路 C++ 路 CUDA 路 NVIDIA Jetson 路 WebAssembly 路 FastAPI 路 PostgreSQL 路 TypeScript 路 React 路 Next.js 路 AWS

Pinned Loading

  1. Hypercharge- Hypercharge- Public

    Python CLI that wires a repo for Cursor and Claude Code agents: a tree-sitter code map they query before editing, session memory with SQLite full-text search, and advisory safety hooks.

    Python 2

  2. SwiftShare SwiftShare Public

    Anonymous, encrypted file sharing: FastAPI, AES-GCM and AWS S3 with expiring access tokens. Basis of my ICDSA 2025 paper (Springer).

    Python 1

  3. EarMark EarMark Public

    Personal voice isolation and barge-in gating for voice agents, running in the browser (work in progress)

    Python

  4. ledger ledger Public

    Vendor ledger app built with Next.js: large text, high contrast and minimal steps for tracking vendor accounts.

    TypeScript

  5. review-insights review-insights Public

    Owner-first review analytics web app: Google sign-in, Google Business Profile sync and LLM review bucketing with health scores. Next.js, PostgreSQL. B.Tech major project.

    TypeScript

  6. sensor-anomaly sensor-anomaly Public

    Real-time anomaly detection on NASA C-MAPSS turbofan sensor data: Isolation Forest, percentile alerting and a FastAPI inference API.

    Python