ElectriAI
RESEARCH · LIVE An end-to-end LLM pipeline analyzing an electrical-construction media corpus: data collection, GPT-based classification, human expert annotation, and rigorous evaluation, plus a deployed retrieval-augmented chatbot. Flagship research, journal manuscript in progress.
0.897
Cohen's κ, human vs. model
PythonGPT / Claudescikit-learnReactTailwindCloudflare
ElectriAI Learning Games
GAMES · LIVE Browser games that turn ElectriAI's research into hands-on learning, from arcade quizzes to Arc Descent, a full 3D action dungeon crawler where questions are the loot economy. Every game is a dependency-light browser build with a question-driven economy, CSV/JSON question upload, and localStorage progress, mapping to the project's 10-class electrical-construction schema.
HTML5CanvasThree.jsJavaScriptlocalStorage
Vault Command Center
DESKTOP APP · LIVE DEMO An Electron desktop control center built to run an entire AI-assisted workflow from one window: parallel Claude Code sessions in embedded PTY terminal grids with saved workspace layouts, pop-out panes, and broadcast typing; a full file browser over an Obsidian vault with markdown editing, wikilink navigation, search, and share-to-phone; a 3D knowledge graph; live token-usage analytics; and a gamification layer (XP, levels, quests, pet companion, shop) that turns daily work into progression. The live demo is a faithful in-browser simulation on mock data.
11
integrated tabs, one workflow hub
2×2
terminal grids, saved layouts
96 KB
in-browser demo, zero dependencies
ElectronNode.jsxterm.jsCanvasJavaScript
Red Tide Reanalysis
SENIOR CAPSTONE · PACKAGE Ensemble-based uncertainty quantification for red-tide (Karenia brevis) bloom prediction on Florida's Peace River. Four UQ methods (Bootstrap, GLUE, EnKF from scratch, LPU) build 200-member ensembles that propagate input uncertainty through an ML classifier for calibrated probabilistic forecasts. Grew from notebooks into a tested, packaged Python library.
4
UQ methods, 200-member ensembles
0.890
EnKF balanced accuracy (0.887 obs)
PythonNumPyscikit-learnSciPypytest + Hypothesis
CapSight AI
FULL-STACK · LLM A multi-service LLM platform that grades uploaded pitch decks across six categories and persists a history view. React frontend, FastAPI/PostgreSQL persistence service, and a Node/TypeScript grading service with structured JSON-schema output, adaptive retry, and non-blocking DB writes so the API stays up if the database is down.
REST
clean routes / services / schemas
ReactFastAPIPostgreSQLNode / TypeScriptOpenAI