My Projects Portfolio
View on GitHub
Things I've built trying to make it work offline.
Four projects I'm proud of — RAG pipelines, local agents, and the packaging work that turns a script into something that actually runs. If one piques your interest, take a look.
OfflineComputerAiAgent
Computer-Use Agent · Aug 2026
A vision-language agent that reads the screen and drives the mouse and keyboard itself — opening apps, searching, clicking UI elements based purely on visual context, with robust JSON tool-call parsing underneath.
MiniNeuralNetworkFramework
Deep Learning From Scratch · Apr 2026
A neural network framework built from scratch — no TensorFlow, no PyTorch. Forward propagation, backpropagation, and gradient descent, with modular layer abstractions and a clean, layer-by-layer training API.