Things I've built
An open-source AI framework, production data tooling, and a few experiments along the way.
Tradion ↗
An AI platform for financial research and trading behavioral analysis. Tradion brings quantitative research, AI-driven analysis, earnings intelligence, and trade autopsy into one workspace. It analyzes your trading patterns, surfaces recurring mistakes, and generates quantitative research and backtests without requiring any code.
RAGnetic ↗
An open-source framework for deploying enterprise-ready AI agents. It supports LangChain and LangGraph workflows, vector stores, YAML-based orchestration, LoRA training, and observability dashboards, and is built for secure, multi-tenant, on-premise deployments.
Python · LangChain · LLM · Docker · AI/ML
Tide & Treats ↗
A full-stack ordering site for a custom cake business. Customers design a cake with an AI designer built on Google's Gemini API, find their match with a flavor-personality quiz, browse a gallery, and send orders through a form wired to EmailJS.
React · TypeScript · Tailwind CSS · Google Gemini API · EmailJS
Data Upload Web
A GMP-compliant Django application for delivering cryo-EM imaging data to clients through AWS S3. Led the design, development, and deployment at Nanoimaging Services, with Celery for asynchronous processing, upload validation, and Docker containers, keeping data integrity and traceability intact.
Django · Python · AWS S3 · Celery · Docker
Course Crosslister ↗
A Django tool that streamlines course enrollment across multiple Canvas LMS sections. Designed and led development for SDSU's instructional design staff, including the REST APIs, form logic, and backend optimizations.
Django · REST API · PostgreSQL · Automation
my.SDSU Website ↗
The campus portal thousands of SDSU students and faculty rely on for academic and administrative resources. Kept content current, ensured accessibility compliance, and improved usability through Omni CMS, HTML, CSS, and JavaScript.
HTML · CSS · JavaScript · CMS · Accessibility
Mediasite Schedule Automation ↗
A Python tool that generates Mediasite class-recording schedules from structured inputs. It handles recurring events, calendar mapping, and schedule validation, so every schedule comes out consistent and accurate.
Python · Automation · Scripting
IoT Fire Hazard Monitor ↗
A real-time temperature monitoring system that detects potential fire risks using IoT devices. AWS EC2, S3, and Lambda handle device-to-cloud communication, while a Django and MySQL backend stores and processes sensor data to trigger alerts.
IoT · AWS · Django · Python · MySQL
Smart Mirror Aida ↗
An intelligent mirror built by a university AI Jam team that responds to voice and vision. Python with a Node.js backend, using OpenCV, Wit.ai, and Google Speech, in a modular design that makes it easy to add new services.
Python · Node.js · AI/ML · OpenCV · API
ML System for Sports Data
A machine learning pipeline that models and ranks NFL special teams performance. Preprocessed structured time-series data and trained an artificial neural network with linear regression to predict travel distance and kick success rate.
Python · Machine Learning · ANN · Pandas
Crypto Forecasting & Sentiment Analysis ↗
Cryptocurrency forecasting that pairs an LSTM time-series model with Twitter sentiment analysis (Vader). Integrates real-time API data and applies deep learning to model price fluctuations.
Python · LSTM · Deep Learning · NLP · API
COVID-19 Data Visualization ↗
Interactive visualizations of COVID-19 case and mortality trends across the U.S. Merged New York Times data with geographic datasets to produce bar charts, time-series plots, and choropleth maps that highlight regional trends and hotspots.
Python · Data Visualization · Pandas · Matplotlib