
GPT PDF Summarizer with langchain
A web app that loads PDFs and summarizes them using API calls to open-source Large Language Models, showing fluency with new generative AI tools

Transformer Neural Networks
Slides from a presentation I gave on the seminal 2017 AI paper,
"Attention is All You Need"
, which introduced the basic neural architecture responsible for the surge of LLMs like ChatGPT.

3D Plots in Matplotlib
This is a set of scripts I wrote to calculate and communicate the results of a computational experiment for my work in Dr. Mark Draelos' Image-Guided Medical Robotics lab, demonstrating familiarity with the scientific-computing/data science Python stack. Figures are part of an upcoming scientific paper.

The Game of Life
A dynamic page hosted with glitch.com that implements Conway's 'Game of Life' cellular automata model, demonstrating web development skills.