Demo Software

Small learning / demo projects

I don't consider myself a vibe-coder, but do use AI

Wordle Clone

Missing Img
  • A clone of Wordle using React and Redux
  • Vanilla CSS and JavaScript
  • Deployed on GCP Cloud Run
  • Play Now
  • Source

Chess

Missing Img
  • A functional game of chess in the CLI using icons to simulate a board
  • Ruby learning project
  • Source
  • REPL

Machine Learning Classification

Missing Img
  • ML project to classify fraudulent insurance claims from synthetic dataset
  • Gradient Boosting Classifier built with Python/sklearn
  • Utilized common methods to analyze and optimize model performance
  • f-1 score and detailed in extensive report
  • Source
  • Streamlit Demo App