Projects
Here are some things I've built. Click on any project to view its GitHub repository.

Profanity Detection in Music
I trained a machine learning model to detect profanity in music using logistic regression algorithms. A quarter million song lyrics were fed to the model.

Data Integrity System for Academic Credentials
A blockchain based data integrity system for academic credentials, written from scratch in C++. The main goal of this project was to understand the blockchain architecture.

Timmy Web Crawler
A very rudimentary web crawler written in python. Halfway through the development I forgot the goals of this project, so right now it just scrapes a site for all it's file contents.

Steganography Software
Steganography software written from scratch using the greatest language ever made, C++.