Projects
Find all my recent coding projects here.
GitHubDigit Classifier
I wanted to learn the math behind neural nets so I wrote a simple digit classifier using just linear algebra. The classifier recognizes digits from theMNIST Datasetand implements a forward and backpropogation algorithm to train itself.
GitHubPortfolio Website
This is the website you are currently reading. I wanted to gain experience coding websites and apps, and build a space to interact with the world.
This website is built usingNext.js 14,tailwind css, and deployed withVercel.
GitHubWeb Scraper
This is a simple web scraper I built. This was one of my first coding projects, and I hoped to achieve three things:
GitHubtvrtl
In Chicago there is a bar calledTin Lizziesthat hosts turtle races. Drunk patrons can bet and cheer on much loved and definitely not exploited turtles that meander around an arena. Considering how popular this was in the local neighborhood, my good friendSam Royalland I thought this would lend itself to a great gambling app.
I was very interested in brownian motion, and b-splines in computer animation, so I focused on procedurally generating the smooth random path the turtle would take. You can find a demo of our app in thegithub. Happy gambling!