Skip to content

// work

Things I've built.

Pinned projects from my GitHub - games, data-science notebooks, and systems experiments. Each links straight to the source.

DrawHunt cover JavaScript

DrawHunt

A draw-and-guess party game for the browser - one player sketches the secret word while everyone else races to guess it.

JavaScriptHTML5 CanvasGame
Super Seven Cards cover Python

Super Seven Cards

A digital implementation of the Sevens card game (a.k.a. Card Dominoes), built in Python.

PythonGameLogic
OCR String Similarity cover Jupyter Notebook

OCR String Similarity

Image-similarity and fuzzy string-matching experiments for cleaning up noisy OCR output.

PythonOCRJupyterNLP
Cricket Analysis & Prediction cover Jupyter Notebook

Cricket Analysis & Prediction

Exploratory data analysis and predictive modelling on cricket match data.

PythonPandasMLJupyter
Line Encoder & Scrambler cover Python

Line Encoder & Scrambler

Digital line-encoding schemes and scrambling techniques, implemented from scratch in Python.

PythonNetworkingAlgorithms
Salary Predictions cover Python

Salary Predictions

A regression model that predicts software-developer salaries from experience and skills.

PythonMLRegression