AI / ML / Data Science
-  
	    ๐จ Style Transfer
	    - Transfer Learning approach to Neural Style Transfer building on previous research, (Johnson et al, 2016) to implement stylizing Transformers with PyTorch. Demo deployed with FastAPI, Docker, and Google Cloud. 
-  
	    ๐งฎ Rust ML
	    - Rust workspace including examples of machine learning algorithms like Linear Regression, the Perceptron, and multiโlayer Neural Networks, all build on a from-scratch tensor type implementing core Linear Algebra operations. 
-  
	    ๐งช Skyrim Alchemist Monte Carlo
	    - ESV: Skyrim alchemy simulator / calculator, build w/ Python and deployed w/ Django, Docker, and Railway. Includes a mock market analysis leading to actionable and realistic gameplay insights using a Monte Carlo Simulation **WIP**. 
- 
	    ๐ School Work
            - Check out education details for more about in-school class projects relating to AI/ML - Neural Networks Project and WandB demo in particular. 
Click to toggle theme! >>>This Red-Eyed Tree Frog has been stylized like the famous paintings "Wave of Kanagawa" and "Starry Night".
Tools & Games
-  
	    ๐๏ธ Image Editor
	    - Simple cli-based low level image editing tool built with Rust. Extended from my first ever personal project (originally created with Python). 
-  
	    โ๏ธ Battle Sim
	    - Battle simulation game written in C++ with SDL2. Originally created for Virginia Collegiate Game Jam #1. Proof-of-concept prototype for an eventual full blown game idea I'm working on w/ friends. 
-  
	    ๐ Pyroxide
	    - Interpeter for a python-like language with inspiration from Rust & C. implemented with Rust. This is primarily an educational project built with Claude Code, for learning about programming language design and implementation, as well as practice with AI assisted programming with particuar emphasis on a Documentation Driven Development methodology. 
Other Projects / Websites
disclaimer: these projects are pretty old, mostly from my early days learning web dev stuff.
-  
	    ๐จ Digital Gallery
	    - Mock e-commerce website where ulightgreysers can log in and purchase famous historical artworks. Built with Javascript, HTML, CSS, Vue.js and Firebase. 
-  
	    ๐จโ๐ป Portfolio Template
	    - Template repo for this very website, intended to be as simple and straitforward as a developer portfolio website can be, made with raw Javascript, HTML and CSS. (this repo is way out of date relative to this website). 
-  
	    ๐๏ธ Filesystem Viewer
	    - Very simple tool for viewing local files in the browser, built with raw Javascript, HTML and CSS.