Projects

A selection of projects that I'm not too ashamed of

C++ Image Processing

C++ Image Processing

My first look into C++. I'll be working on building image processing techniques such as Gaussian Blur edge detection, and eventually working towards AI image upscaling. In the future, I plan to adapt the code to work with CUDA.

Twenty48

Twenty48

A comparison of traditional artificial intelligence techniques on the game 2048. The clone of the game, evaluation tools, and algorithms were all adapted/implemented from scratch.