Personal Projects
Private Finance Dashboard
A local, privacy-first budgeting app that reads bank statements (CSV, Excel, PDF) straight from your computer. No cloud, no bank login, nothing ever uploaded. It parses statements from four different banks across two countries, categorizes spending, and tracks savings goals.
The part I'm most proud of: a monthly spending forecast built on least-squares linear regression per category, trained only on completed months so the current partial month doesn't bias the trend. It falls back to a plain average when the fit is too weak (r² < 0.3) or history is too short. A small but deliberate choice, to avoid presenting a shaky trend as a confident number.
arXiv Research Agent
An autonomous agent that monitors new arXiv papers in machine learning and NLP, summarizes them, and scores their relevance against a set of research interests: search, fetch, extract, summarize, and score, using real tool-calling rather than a single prompt-and-respond wrapper.
Academic Projects
PikoGPT: A Compact GPT Built From Scratch
A 37M-parameter transformer built from scratch with a team of four: architecture, pre-training, and fine-tuning, with no pre-trained weights. I worked on the post-training stage, comparing two supervised fine-tuning strategies.
Hands-on experience in deep learning, training optimization, and model benchmarking.