← Back

Projects

A collection of projects.

Lichtspiel

Lichtspiel

June 2026

Live-native audiovisual composition assistant built for the Music Hackspace Hackathon (Boston, June 2026). Reads the structure of an Ableton Live Set and uses it to retrieve, shape, and morph p5.js visual scenes, performed through a monome grid + arc.

[TypeScript][Node.js][Max for Live][p5.js]
Lockbox

Lockbox

May 2026

Tiny Rust CLI that encrypts a file or zipped directory with AES-256-GCM, emails the key + nonce to a recipient, then deletes the file and zeroes the key in memory. Make it so you can't open it again until the recipient hands the key back.

[Rust][Encryption standards][egui][Resend]
Auditt

Auditt

May 2026

AI-powered job-search automation that runs as Claude Code skills: scrapes listings, scores them against your targets, tailors resumes, writes cover letters, and preps interviews.

[TypeScript][Bun][Claude Code][Gmail API]
Cafe Jukebox

Cafe Jukebox

June 2026

Single-process Node jukebox for cafes: customers scan a QR, search Spotify, add songs, and vote (one vote per name per song). Every 10 minutes the top-voted track auto-queues to the shop's Spotify. Zero dependencies, no build step, no database.

[Node.js][Spotify Web API][Docker]
Daileet

Daileet

May 2026

Terminal-based spaced-repetition app for practicing LeetCode problems, using the SM-2 algorithm to schedule reviews at scientifically optimal intervals based on your recall performance.

[Go][Bubble Tea][SQLite][SM-2]
Shaderwrap

Shaderwrap

November 2025

Full-stack AI tool that translates plain English into production-ready HLSL shader code, powered by a custom fine-tuned 14B parameter LLM trained on hundreds of curated URP shaders.

[Python][FastAPI][JavaScript][HTML]
Stack Scraper

Stack Scraper

April 2026

Local CLI tool that scrapes your Instagram and TikTok saved posts — downloads videos, extracts audio, and transcribes content into text documents with optional local AI-powered transcription.

[Python][ffmpeg][Textual][Playwright]
Infant Microbiome Dashboard

Infant Microbiome Dashboard

2025

Interactive dashboard analyzing infant gut microbiome composition during the first year of life, examining how diet shapes microbial development.

[Python][plotly][QIIME2][numpy]
IBD Bayesian Pipeline

IBD Bayesian Pipeline

2025

Two-stage Bayesian pipeline for IBD diagnosis from high-dimensional metagenomic data, combining horseshoe shrinkage for variable selection with polynomial logistic regression on synthetic cohorts.

[Python][NumPy][Streamlit][scikit-learn]
Mixed Wafer Defect Model

Mixed Wafer Defect Model

2026

Machine learning model for mixed defect detection on silicon wafers, classifying manufacturing defect patterns from wafer map data.

[Python][PyTorch][Jupyter]
Shaderwrap Finetune

Shaderwrap Finetune

November 2025

Model finetune intended for use in my Shaderwrap project

[Python][PyTorch][Unsloth][HLSL]