Recipe Generator

I created a Python-based web application which extracts the transcript of a specified cooking video, translates it to English if necessary, then runs it through generative AI to output a recipe.

Voxel Carving

In this project, I attempted to implement multi-sweep space carving outlined in “A Theory of Shape by Space-Carving.” The code base is in a public Github repo.