Portfolio

Projects I have worked on. From big projects combining at times several frameworks, languages, and topics, to small projects and tools I have made to learn and practice new skills.

  • All
  • Large
  • Small
  • Other fun stuff

Conceptual Complexity Graph

A Graph of Words, the words in their definitions, and the definitions of those words, and so on. Used as a measure, and index of, a concept/words complexity. The deeper you have to go in the definitions to get to the Core Concepts of the English Language, then (probably) the more complex that concept/word is.

Rap Analysis

A project that will combine several smaller projects into an application to analyze Hip Hop from the lyrics using NLP, to the rhymes, to Network Graphs of Artists and their connections to other artists, and more.

Canadian Charities Salary Analysis

An analysis of salary data for all health care charities in Canada. Work done by contract from the charity: Lung Cancer Canada.

Geographical Visualizations of Census Data

A small project playing with various geographical visualizations to analyze US Census Data.

Lyric Scraper

A small script that scrapes all the lyrics of a given artist and stores each song as a text file. Lyrics scraped from azlyrics.com without permission.

Hip Hop Artist Graph

Generates a network graph of an artist and which artist have been featured on their songs.

ASCII Image Generator

This little project takes in an image, converts it to grayscale, and then converts the image to ASCII characters. Click the + to see the original image.

Animated Charts

Playing around with some of the animated chart functionality of the Plotly Library.

Mario-Style 2D Platformer Game

A game inspired by Mario games, extended from a Clear Code tutorial series.