Samuel Wiseman

Projects

Selected work that blends reliability and polish.

A mix of personal and academic projects focused on building reliable, maintainable software while developing my skill set.

Personal

samuelwiseman.com

A personal portfolio built with Node.js and JavaScript, created as a space to refresh and sharpen my skills.

Academic

Recipe Generator

An AI-powered recipe generator designed to create recipes from a given set of ingredients. For this project, I trained Google’s T5 model on a large dataset, with the output then cross-checked using GPT to provide polish and a more consistent result.

Academic

Connect4

A Java-based CLI implementation of Connect 4, playable by one or multiple players. Features include input validation, win detection, and a simple opponent.