Projects

In my spare time I like to hack out both Hardware and Software Projects.

Image of how the word 'tea' is pronounced accross a variety of languages
LangCluster

In this project I use clustering to explore similarities between words in different languages. You may click on the demo to explore it for yourself or read the blog post to understand how trade, empires and travel influence modern language and how we can recover this information using clustering.

Technologies used: Azure Cloud Functions scikit.learn D3.JS

Image of how the word 'tea' is pronounced accross a variety of languages
Functional Dependency Calculator

This is a simple tool for calculating Functional Dependencies in a database. I wrote this because I was given an assignment for a database course to calculate Functional Dependencies. Naturally, I wrote a program to solve my assignment (although, in hindsight just doing the assignment may have been faster).

Technologies used: vanillaJS