Projects

I’ve written a lot of code and enjoy writing code, so that volume is growing. That being said, I’m relatively selective about what I keep in a public repository. Here are a couple of projects that I’ve worked on with links to what is available. I will update this page as I make more code available on GitHub.

Grand Canyon Traffic Detection

RV detector sample

This project originated from a quick drive I wanted to take up to the Grand Canyon. I was unable to find any indication of how busy the park was that day, so I ended up using deep learning to solve the problem myself. This project is still under active development, and I plan to host a Flask site somewhere in the not too distant future!

Optical Escape

Optical Escape Screenshot

This was a project I created for a graduate graphics class. It ended up being a lot of fun to put together and I think enough of a challenge that it was fun to play through. It uses SDL2 and OpenGL.

Othello

Othello Game gif

The first complete project I built! I wrote the code for the entire game, and a rules based AI that crushed most (~95%) of the people it played. It uses Processing for UI and python. Feel free to clone it and try to win!