Back to home My Work

Projects

A selection of what I've designed and built — from a production-grade web application managing a university's hostel operations, to embedded hardware, 3D printing, and self-hosted AI tooling.

WLED LED Desk Build

Custom RGB LED desk lighting system built with 330× WS2812B LEDs driven by an ESP32 running WLED firmware, with four power-injection points for consistent brightness across the full strip.

  • 60 LEDs/m individually addressable strip
  • Power-injection to prevent voltage drop
  • Wireless control via WLED app & effects
ESP32 WLED WS2812B Power Electronics

Student Grade Management System

A console-based C application for managing and calculating student grades, using file handling and structured data with persistent storage.

  • Structs & arrays for student records
  • File-based persistence between runs
  • Grade calculation & ranking
C Programming File I/O Data Structures
View on GitHub

3D Printing Business

A small business designing and producing custom 3D-printed parts with Fusion 360 CAD and an Ender 3 V3 SE printer.

  • Parametric CAD design in Fusion 360
  • Slicing & print optimisation
  • Fulfilling custom client orders
Fusion 360 Ender 3 V3 SE PLA

ESP32 Eye Tracking Project In Progress

An embedded computer-vision project using an ESP32 to detect and track eye movement, targeting accessibility and human-computer-interaction applications.

  • Real-time eye-movement detection
  • MicroPython & embedded C prototyping
  • HCI & accessibility use cases
ESP32 Computer Vision Embedded C MicroPython

Local AI Model Setup (Ollama)

A fully offline local AI environment with Ollama on Windows, running multiple LLMs including DeepSeek V2 — integrated with VS Code via the Continue extension for internet-free AI coding.

  • Local model serving with no cloud dependency
  • Multiple LLMs run side by side
  • VS Code Continue integration
Ollama DeepSeek V2 VS Code Continue Extension Windows

ComfyUI Image Generation Pipeline

A local AI image-generation pipeline with ComfyUI, SDXL and LCM LoRA for fast inference, plus 4x-UltraSharp upscaling — running locally on an RTX 4050 GPU.

  • SDXL base with LCM LoRA speedup
  • 4x-UltraSharp AI upscaling
  • Full GPU pipeline on RTX 4050
ComfyUI SDXL LCM LoRA 4x-UltraSharp Python RTX 4050

go.macpanthor.com — URL Shortener & QR Generator

A self-hosted URL shortener and QR-code generator powering the go.macpanthor.com subdomain — custom aliases, clean redirects, QR PNG generation, and per-link click tracking with no third-party services.

  • Custom short aliases & redirects
  • On-demand QR code generation
  • Per-link click analytics
PHP MySQL Apache Composer QR Codes JavaScript