Samuel Wiseman

Projects

Selected work focused on reliability, clarity, and thoughtful design.

A selection of personal and academic projects focused on building reliable, maintainable software, while developing my skills and applied problem-solving.

Personal

samuelwiseman.com

A personal portfolio built with Node.js and JavaScript, designed and implemented end-to-end as a lightweight backend-driven application. Used as a space to refine my approach to clean code, structure, and maintainability.

Academic

Recipe Generator

An AI-powered recipe generator that creates recipes from a given set of ingredients. The project involved training Google’s T5 model on a large dataset, with generated outputs subsequently validated and refined using GPT to improve consistency and quality.

Academic

Connect4

A Java-based CLI implementation of Connect 4 supporting single and multiplayer modes. The project focused on core programming fundamentals, including input validation, game-state management, win detection, and basic opponent logic.