Personal
samuelwiseman.com
A personal portfolio built with Node.js and JavaScript, created as a space to refresh and sharpen my skills.
Projects
A mix of personal and academic projects focused on building reliable, maintainable software while developing my skill set.
A personal portfolio built with Node.js and JavaScript, created as a space to refresh and sharpen my skills.
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.
A Java-based CLI implementation of Connect 4, playable by one or multiple players. Features include input validation, win detection, and a simple opponent.