Samuel Wiseman

Some things I've built.

A mix of personal projects and university work, spanning full stack development and machine learning.

Personal

samuelwiseman.com

This site. Built with Node.js and Fastify, with live GitHub activity pulled in via the GitHub GraphQL API.

Academic

Recipe Generator

Generates recipes from a given set of ingredients using a fine-tuned Google T5 model trained on a recipe dataset, with GPT used as a post-processing step to refine the outputs.

Personal

Clean Code Review

A Claude Code skill that reviews code diffs against Clean Code principles, generating severity-grouped reports with fix suggestions.

Academic

Connect4

Connect 4 in the terminal, written in Java. Single and two-player modes, with a basic AI opponent.

Personal

Spendly

A hosted, multi-user monthly spend tracker. Log and categorise expenses as Need, Want, or Luxury, with a donut chart overview, filterable entries list, and month-by-month navigation. Sign in via Google OAuth.