☁️
☁️
☁️
☁️

my little meadow of projects 🌱

84 things I've grown, from clinical LLM systems to causal studies to weekend ML experiments. New projects sprout here on their own as I push them to GitHub. The big blooms are below; pick a patch to wander through the rest.

🔍

semantic search · your phrase and every project are embedded with OpenAI, then ranked by cosine similarity ✦

explain like:

⭐ featured blooms

🛡️

Sentinel Intruder Detection System

An intruder-detection system fusing simulated Wokwi hardware sensors with computer vision (YOLO person + weapon detection, fire, and face recognition), wired to a Streamlit dashboard with real-time email alerts.

🔐 Cybersecurity
📡 Internet of Things👁️ Computer Vision
🩺

Folio: Clinical Multimodal RAG

A multimodal medical-record companion unifying RAG, document understanding, speech, and vision. Consensus extraction across LLMs hit 85.1% micro-F1 with sub-2s latency.

🩺 Healthcare
Generative AI👁️ Computer Vision

KV-Cache Optimization for LLM Inference

Benchmarked KIVI quantization, TopK sparsity, SnapKV eviction & MLA on Llama-2-7B with Triton kernels, 4× cache compression, 1.93× faster decode, 3.1× peak throughput.

High Performance Machine Learning
🧬

Colon Cancer Trial Causal Analysis

End-to-end causal inference study of the Moertel (1990) colon cancer trial (n=929), evaluating average and heterogeneous treatment effects, mediation pathways, confounding bias, and external validity through transportability analyses.

🩺 Healthcare
🧬 Causal Inference📊 Statistical Modeling
🦅

Federal Eagle: AI Legal Assistant

A multi-agent CrewAI system for U.S. federal legal analysis: semantic USC retrieval, precedent search, elements analysis, and draft generation.

⚖️ Legal
🤖 Agentic AI Generative AI
🍲

Ruchi: Pantry-to-Plate Intelligence

AI food app for video-to-recipe extraction, pantry matching, and personalized health coaching. React + Vite + Framer Motion on Netlify.

🍲 Food & Nutrition
Generative AI

🐝 wander the patches

Generative AI (26)

🩺

Folio: Clinical Multimodal RAG

A multimodal medical-record companion unifying RAG, document understanding, speech, and vision. Consensus extraction across LLMs hit 85.1% micro-F1 with sub-2s latency.

🩺 Healthcare
Generative AI👁️ Computer Vision
🦅

Federal Eagle: AI Legal Assistant

A multi-agent CrewAI system for U.S. federal legal analysis: semantic USC retrieval, precedent search, elements analysis, and draft generation.

⚖️ Legal
🤖 Agentic AI Generative AI
🏅

Just Ask Coach: NL → SQL

Full-stack RAG pipeline turning natural language into SQL and visualizations for sports performance analytics.

🏅 Sports
Generative AI💬 NLP
🍲

Ruchi: Pantry-to-Plate Intelligence

AI food app for video-to-recipe extraction, pantry matching, and personalized health coaching. React + Vite + Framer Motion on Netlify.

🍲 Food & Nutrition
Generative AI
🎬

ReelChef: Video to Recipe

Converts cooking videos into structured recipes via a multi-stage vision-language pipeline: frame extraction, visual understanding, LLM reasoning.

🍲 Food & Nutrition
Generative AI👁️ Computer Vision
📚

DSI Course Evaluation

Student-built dashboard for Columbia MSDS course reviews, live Google-Sheets data, AI-summarized reviews, rankings, and side-by-side comparisons.

🎓 Education
Generative AI💬 NLP
🏃‍♀️

Prescribed Motion

AI coaching that maps fitness queries to personalized exercises via two-stage retrieval + LLM re-ranking. FastAPI, PostgreSQL, Claude.

🩺 Healthcare
Generative AI
🎶

Hey Swiftie: Emotion Verse

AI diary turning journal entries into personalized verses + music recs. DistilRoBERTa emotion, K-Means over 867 songs, FAISS RAG, GPT-4o-mini.

📱 Social Media
💬 NLP Generative AI
👻

Ghost Writer: AI Blog Assistant

AI blog-post generator with DALL·E images, SEO-optimized content with customizable tone, length, and generated visuals.

📱 Social Media
Generative AI
🔬

Dr. Pixel: Medical Image Assistant

Educational medical-image analysis with Gemini Vision, upload or camera capture, safe non-diagnostic insights with built-in disclaimers.

🩺 Healthcare
👁️ Computer Vision Generative AI
💡

Analogy Tutor

Explains technical concepts through personalized analogies based on your interests. Interactive and friendly.

🎓 Education
Generative AI
🧨

Injection Sandbox

Defensive benchmark: do agent architectures reduce prompt-injection susceptibility? Inert canary tokens only

🤖 Agentic AI Generative AI
🦺

Over Refusal Ledger

A false-positive rate for LLM safety behaviour: does the model refuse legitimate, sensitive-adjacent requests?

Generative AI
🔋

Joules Per Token

The accuracy-vs-cost Pareto frontier for local LLM inference on Apple silicon, energy included

Generative AI
🧪

Real Cross Model Benchmark

Live cross-model benchmark: reasoning accuracy on known-answer problems, real streaming latency and throughput, and structured-output validity across GPT-4o, Claude Sonnet 5, Gemini 2.5 Flash and Grok-4.3. Bring your own keys.

High Performance Machine Learning Generative AI
⏱️

TokenBudget Early Exit

Adaptive reasoning-depth controller: early-exit chain-of-thought when the answer stabilizes, vs fixed budgets and self-consistency.

Generative AI
🚦

LLM Gateway

Production-style LLM gateway in pure Python stdlib: auth, semantic cache, rate limiting, retries, fallbacks, circuit breaker, cost tracking. Load-tested through a brownout.

Generative AI
🪶

Speculative Decoding Bench

Speculative decoding benchmark: draft size x gamma x task sweep with closed-form speedup validated by token-level Monte Carlo, plus a real Colab notebook.

Generative AI
🦜

LLM Inference Profiler

LLM inference profiler: TTFT, inter-token latency, throughput, memory and quality across FP16/INT8/INT4, batch size, context length, KV caching. Dashboard included.

High Performance Machine Learning Generative AI
✂️

LLM Failure Minimizer

Delta debugging (ddmin) for LLM prompts: shrink a failing prompt to the minimal sub-prompt that still reproduces the failure.

Generative AI
🧯

Safety Eval Harness

Defensive LLM safety evaluation: refusal robustness across harm categories and framings, over-refusal on benign lookalikes, consistency. No attack content.

📱 Social Media
Generative AI
🧭

InferRoute

Cost-, latency-, and quality-aware LLM model router benchmarked against always-large and always-small baselines over a 4k-request workload.

Generative AI
💭

ReasonBench CI

Regression testing for LLM reasoning: declarative test specs, consistency checks, and a CI gate that fails deploys on category regressions.

Generative AI
📐

Output Reliability Harness

Fault-injection harness for structured LLM outputs: JSON mode vs function calling vs grammar constraints vs a staged repair pipeline.

Generative AI
🪟

Context Window Stress

Long-context stress tests: lost-in-the-middle heatmaps, multi-hop joins, instruction retention, distractors, and the latency and KV-memory bill.

Generative AI
🪞

Self Consistency Lab

Does agreement across reasoning chains predict correctness? Calibration curves, ECE, and five selection strategies vs chain count.

Generative AI🔮 Predictive Analysis

Agentic AI (6)

🦅

Federal Eagle: AI Legal Assistant

A multi-agent CrewAI system for U.S. federal legal analysis: semantic USC retrieval, precedent search, elements analysis, and draft generation.

⚖️ Legal
🤖 Agentic AI Generative AI
🌊

Forgetful Memory

An agent memory layer benchmarked on facts that change: contradiction resolution and recency vs naive similarity

🤖 Agentic AI
🧩

Agent Deadlock Detector

Debug multi-agent systems like distributed systems: happens-before graphs and deadlock/livelock/lost-update detection

🤖 Agentic AI
🗺️

Budget Aware Planning

Compare agent architectures at matched cost, not matched accuracy: the cost/accuracy frontier

🤖 Agentic AI
🧨

Injection Sandbox

Defensive benchmark: do agent architectures reduce prompt-injection susceptibility? Inert canary tokens only

🤖 Agentic AI Generative AI
🤖

Agent Replay

Record-and-replay behavioural diffs for agent changes: path divergence vs outcome equivalence

🤖 Agentic AI

NLP (5)

🏅

Just Ask Coach: NL → SQL

Full-stack RAG pipeline turning natural language into SQL and visualizations for sports performance analytics.

🏅 Sports
Generative AI💬 NLP
📚

DSI Course Evaluation

Student-built dashboard for Columbia MSDS course reviews, live Google-Sheets data, AI-summarized reviews, rankings, and side-by-side comparisons.

🎓 Education
Generative AI💬 NLP
🎶

Hey Swiftie: Emotion Verse

AI diary turning journal entries into personalized verses + music recs. DistilRoBERTa emotion, K-Means over 867 songs, FAISS RAG, GPT-4o-mini.

📱 Social Media
💬 NLP Generative AI
📰

Fake News Detection

TF-IDF + Linear SVM on the WELFake dataset with a real-time credibility-prediction interface.

📱 Social Media
💬 NLP
🧾

Provenance Summariser

A summariser where every sentence carries its source span and unsupported ones are flagged, with a validated NLI verifier

💬 NLP

Causal Inference (5)

🧬

Colon Cancer Trial Causal Analysis

End-to-end causal inference study of the Moertel (1990) colon cancer trial (n=929), evaluating average and heterogeneous treatment effects, mediation pathways, confounding bias, and external validity through transportability analyses.

🩺 Healthcare
🧬 Causal Inference📊 Statistical Modeling
🧒

Safe Start: Child Welfare Prediction

ML & predictive analytics framework for identifying high-risk child-welfare cases using NCANDS data.

🏛️ Public Sector🕊️ Human Rights
🧬 Causal Inference🔮 Predictive Analysis🌼 Machine Learning
🦌

Counterfactual Camera Traps

Generate the conditions that break your detector, measure the per-edit taxonomy, then train on the failures

🧬 Causal Inference
📊

Discovery Measurement Error

Benchmarking causal discovery under realistic measurement error, with a reliability-correction fix

🧬 Causal Inference
🪢

Assumption Dial

A mediation analysis where the reader turns the untestable assumptions: DML effects with an interactive sensitivity dial

📱 Social Media
🧬 Causal Inference

Statistical Modeling (3)

🧬

Colon Cancer Trial Causal Analysis

End-to-end causal inference study of the Moertel (1990) colon cancer trial (n=929), evaluating average and heterogeneous treatment effects, mediation pathways, confounding bias, and external validity through transportability analyses.

🩺 Healthcare
🧬 Causal Inference📊 Statistical Modeling
🥗

Colorectal Cancer Risk Analysis

Visual analysis of how diet and lifestyle contribute to colorectal cancer risk, built in R/Shiny.

🩺 Healthcare
📊 Statistical Modeling
🪜

Recompilation Storms

Shape bucketing as an optimisation over a real request-length distribution: DP-optimal buckets vs the recompilation storm

📊 Statistical Modeling

Machine Learning (29)

🧒

Safe Start: Child Welfare Prediction

ML & predictive analytics framework for identifying high-risk child-welfare cases using NCANDS data.

🏛️ Public Sector🕊️ Human Rights
🧬 Causal Inference🔮 Predictive Analysis🌼 Machine Learning
🚗

Car Price Prediction

Predicts used-car prices (India), 65.6% R² with XGBoost + Optuna, SHAP explainability across 4 ensembles.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🍷

Red Wine Quality Prediction

Gradient Boosting on physicochemical properties with SHAP, feature importance, and PDPs for interpretability.

🍲 Food & Nutrition
🌼 Machine Learning
🏦

Loan Status Prediction

Production-style pipeline + Gradient Boosting for loan approval with SHAP explanations and an interactive UI.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🏡

House Price Prediction

XGBoost regression on California housing with an interactive what-if explorer.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🩸

Diabetes Risk Prediction

Gradient Boosting on clinical indicators with SHAP for global and per-patient explanations.

🩺 Healthcare
🔮 Predictive Analysis🌼 Machine Learning
🪨

Rock vs. Mine Prediction

Classifies sonar signals as rock or mine via cross-validated automated model selection.

🌼 Machine Learning
🛍️

Customer Churn Prediction

Predicts repeat-purchase behavior for food-delivery businesses and surfaces key retention drivers.

🍲 Food & Nutrition
🔮 Predictive Analysis🌼 Machine Learning
❤️

Heart Disease Prediction

EDA, feature engineering, SMOTE for imbalance, and tuned models exploring heart-disease risk factors.

🩺 Healthcare
🔮 Predictive Analysis🌼 Machine Learning
🎭

Fragmentation Detective

Diagnose out-of-memory errors that are fragmentation, not capacity: a caching-allocator replay, a fragmentation-aware OOM detector, and a size-class fix that removes the OOM without adding memory

🌼 Machine Learning
🧠

Forgetting Dose Response

Catastrophic forgetting as a dose-response law, inverted into a calculator for the largest safe fine-tune

⚖️ Legal
🌼 Machine Learning
🏷️

Preference Cartography

Map where annotators disagree over preference space, and how that reshapes reward models

🌼 Machine Learning
🔐

Stylometric Firewall

Rewrite text so it means the same but no longer sounds like you: the anonymity-meaning frontier

🌼 Machine Learning
🎚️

Offline RL Humility

Offline RL where the headline is the confidence interval's width and the power analysis, not a fragile point estimate

🌼 Machine Learning
⚖️

Honest Curriculum

Does any data ordering beat shuffling at fixed compute, once scoring cost is counted? An honest negative

🌼 Machine Learning
🦾

Arguing Grasp

Ranked grasp hypotheses with stated reasons and an abstention option, plus the success-vs-coverage curve

🌼 Machine Learning
👍

Preference Based Control

Learn control from pairwise trajectory preferences with a direct objective, no reward model

🌼 Machine Learning
📦

Arguing Feature Store

AutoML that refuses features on cost grounds, not just accuracy: joint accuracy-cost Pareto selection with a per-feature argument

🌼 Machine Learning
🔀

Synthetic Control Small

Synthetic control on a tiny donor pool with honest placebo-permutation inference for small places

🌼 Machine Learning
⚗️

Negative Controls Service

Auto-propose and run the negative-control falsification tests an observational analysis should have failed

🌼 Machine Learning
🕹️

OPE Admits Defeat

A logging simulator with known ground truth that maps where off-policy evaluation estimators lie

🏛️ Public Sector
🌼 Machine Learning
🐛

Shortcut Report

A leakage audit for image datasets: masked-variant ablations that fingerprint what the dataset really teaches

🌼 Machine Learning
🗳️

Label Noise Archaeology

Recover true labels and annotator reliabilities from noisy votes with Dawid-Skene, and verify only the suspicious labels

🌼 Machine Learning
🌡️

Ambiguity Detector

A model that knows when a question is underspecified: answer-entropy ambiguity detection with clarifying questions

🌼 Machine Learning
🗝️

Watermark Survivability

What ordinary handling does to an image watermark: survivability cards for a block-DCT scheme (defensive)

🌼 Machine Learning
🎯

Calibration Budget

Active learning for hand-eye calibration: D-optimal pose selection reaches target accuracy in far fewer poses

🌼 Machine Learning
🏛️

Reward Hacking Museum

A gallery of small environments where a plausible reward produces a degenerate policy, plus an honest look at detection

🏛️ Public Sector
🌼 Machine Learning
🎓

Skill Coach

Dataset-free per-rep form feedback from your own best reps, validated on exactly-known degradations

📱 Social Media🏅 Sports
🌼 Machine Learning
🔍

Failure Cartography

Cluster, name, and validate a classifier's failure modes, then prove the names identify held-out errors

🌼 Machine Learning

Predictive Analysis (12)

🧒

Safe Start: Child Welfare Prediction

ML & predictive analytics framework for identifying high-risk child-welfare cases using NCANDS data.

🏛️ Public Sector🕊️ Human Rights
🧬 Causal Inference🔮 Predictive Analysis🌼 Machine Learning
🚗

Car Price Prediction

Predicts used-car prices (India), 65.6% R² with XGBoost + Optuna, SHAP explainability across 4 ensembles.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🏦

Loan Status Prediction

Production-style pipeline + Gradient Boosting for loan approval with SHAP explanations and an interactive UI.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🏡

House Price Prediction

XGBoost regression on California housing with an interactive what-if explorer.

🏦 Finance
🔮 Predictive Analysis🌼 Machine Learning
🩸

Diabetes Risk Prediction

Gradient Boosting on clinical indicators with SHAP for global and per-patient explanations.

🩺 Healthcare
🔮 Predictive Analysis🌼 Machine Learning
🛍️

Customer Churn Prediction

Predicts repeat-purchase behavior for food-delivery businesses and surfaces key retention drivers.

🍲 Food & Nutrition
🔮 Predictive Analysis🌼 Machine Learning
❤️

Heart Disease Prediction

EDA, feature engineering, SMOTE for imbalance, and tuned models exploring heart-disease risk factors.

🩺 Healthcare
🔮 Predictive Analysis🌼 Machine Learning
📈

Grokking Forecast

Predict the grokking (delayed-generalisation) jump from the first 10% of training, via gradient-noise dynamics

🔮 Predictive Analysis

Retrain Weather Report

Forecast when a tabular model will decay from early drift dynamics, with calibrated conformal intervals

🔮 Predictive Analysis
🌱

Small Data Regime Atlas

When does gradient boosting stop being the right model? Learning-curve crossovers across 20 tabular datasets, with a meta-feature recommender

🔮 Predictive Analysis
🍂

Term Drift

Diachronic term drift on arXiv with a seed-noise null and a held-out predictive test

🔮 Predictive Analysis
🪞

Self Consistency Lab

Does agreement across reasoning chains predict correctness? Calibration curves, ECE, and five selection strategies vs chain count.

Generative AI🔮 Predictive Analysis

Deep Learning (6)

👁️

Keratoconus Detection

Automated keratoconus detection using SVM and deep neural networks.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🫘

Kidney Disorder Detection

Classifies CT scans into Normal/Cyst/Stone/Tumor via VGG19 & ResNet50 transfer learning, 99.2% accuracy.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🩻

Cataract Detection

Automated cataract detection using CNNs and transfer learning.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🚸

Traffic Sign Classifier

VGG16 transfer learning + fine-tuning on GTSRB, 98% accuracy across 43 classes.

👁️ Computer Vision🧠 Deep Learning
🌿

Plant Disease Detection

ResNet50 transfer learning across 38 plant-disease classes with training, evaluation, and inference tools.

🌾 Agriculture
👁️ Computer Vision🧠 Deep Learning
🤖

Android Malware Analysis

Deep neural networks combining static + dynamic analysis to detect malicious Android apps.

🔐 Cybersecurity
🔐 Cybersecurity🧠 Deep Learning

Computer Vision (11)

🛡️

Sentinel Intruder Detection System

An intruder-detection system fusing simulated Wokwi hardware sensors with computer vision (YOLO person + weapon detection, fire, and face recognition), wired to a Streamlit dashboard with real-time email alerts.

🔐 Cybersecurity
📡 Internet of Things👁️ Computer Vision
🩺

Folio: Clinical Multimodal RAG

A multimodal medical-record companion unifying RAG, document understanding, speech, and vision. Consensus extraction across LLMs hit 85.1% micro-F1 with sub-2s latency.

🩺 Healthcare
Generative AI👁️ Computer Vision
🎬

ReelChef: Video to Recipe

Converts cooking videos into structured recipes via a multi-stage vision-language pipeline: frame extraction, visual understanding, LLM reasoning.

🍲 Food & Nutrition
Generative AI👁️ Computer Vision
🔬

Dr. Pixel: Medical Image Assistant

Educational medical-image analysis with Gemini Vision, upload or camera capture, safe non-diagnostic insights with built-in disclaimers.

🩺 Healthcare
👁️ Computer Vision Generative AI
👁️

Keratoconus Detection

Automated keratoconus detection using SVM and deep neural networks.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🫘

Kidney Disorder Detection

Classifies CT scans into Normal/Cyst/Stone/Tumor via VGG19 & ResNet50 transfer learning, 99.2% accuracy.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🩻

Cataract Detection

Automated cataract detection using CNNs and transfer learning.

🩺 Healthcare
👁️ Computer Vision🧠 Deep Learning
🚸

Traffic Sign Classifier

VGG16 transfer learning + fine-tuning on GTSRB, 98% accuracy across 43 classes.

👁️ Computer Vision🧠 Deep Learning
🌿

Plant Disease Detection

ResNet50 transfer learning across 38 plant-disease classes with training, evaluation, and inference tools.

🌾 Agriculture
👁️ Computer Vision🧠 Deep Learning

Tactile From Sound

A free touch sensor: audio auto-labels contact, a vision model learns it, then the microphone is thrown away

📡 Internet of Things👁️ Computer Vision
🧊

Compression Aware Vision

The smallest file that keeps the detector right: per-image JPEG bitrate policy vs a global quality

🏛️ Public Sector
👁️ Computer Vision

High Performance Machine Learning (4)

KV-Cache Optimization for LLM Inference

Benchmarked KIVI quantization, TopK sparsity, SnapKV eviction & MLA on Llama-2-7B with Triton kernels, 4× cache compression, 1.93× faster decode, 3.1× peak throughput.

High Performance Machine Learning
🗃️

Precision Ladder

Search which layers actually need their bits: evolutionary per-layer mixed-precision quantization vs uniform

High Performance Machine Learning
🧪

Real Cross Model Benchmark

Live cross-model benchmark: reasoning accuracy on known-answer problems, real streaming latency and throughput, and structured-output validity across GPT-4o, Claude Sonnet 5, Gemini 2.5 Flash and Grok-4.3. Bring your own keys.

High Performance Machine Learning Generative AI
🦜

LLM Inference Profiler

LLM inference profiler: TTFT, inter-token latency, throughput, memory and quality across FP16/INT8/INT4, batch size, context length, KV caching. Dashboard included.

High Performance Machine Learning Generative AI

Cybersecurity (3)

🤖

Android Malware Analysis

Deep neural networks combining static + dynamic analysis to detect malicious Android apps.

🔐 Cybersecurity
🔐 Cybersecurity🧠 Deep Learning
🔗

Blockchain Secure Data Storage

Secure storage of encrypted medical/review data using ECDSA signatures, Proof of Work, and hash chaining.

🔐 Cybersecurity
🔐 Cybersecurity
🕵️

Modular Image Encryption

A modular confusion/diffusion pipeline with swappable primitives (perm, spectral, xor, latin, inn), and a metrics harness (entropy, correlation, NPCR, UACI).

🔐 Cybersecurity
🔐 Cybersecurity

Internet of Things (2)

🛡️

Sentinel Intruder Detection System

An intruder-detection system fusing simulated Wokwi hardware sensors with computer vision (YOLO person + weapon detection, fire, and face recognition), wired to a Streamlit dashboard with real-time email alerts.

🔐 Cybersecurity
📡 Internet of Things👁️ Computer Vision

Tactile From Sound

A free touch sensor: audio auto-labels contact, a vision model learns it, then the microphone is thrown away

📡 Internet of Things👁️ Computer Vision

🌌 the embeddings galaxy

every project embedded and projected to 2D, so similar work sits close together. drop in something you care about and see where you land.

mapping the galaxy… 🌌