Home

Things
I've Built

A mix of research projects, tools, and experiments — mostly around machine learning, NLP, and systems programming.

All Projects

A 125M parameter decoder-only language model pretrained from scratch on 70B tokens across 11 Nigerian languages. Best performing model on these languages at AfricaNLP, ACL 2025.

Python PyTorch NLP LLM Distributed Training

An LLM-based web automation agent that automates job applications on popular job boards, built with LangGraph, Playwright, and GPT-4o.

Python LangGraph Playwright GPT-4o Agents
Zeeno 2024

A semantic search-powered book recommendation service that lets you find books by describing topics or ideas you are thinking about in natural language.

Python FastAPI Semantic Search Next.js Embeddings

A GPT-2 model fine-tuned to reconstruct grammatically correct sentences from randomly ordered word sequences — e.g. turning 'The expensive. show equations is computationally that' back into coherent prose.

Python PyTorch GPT-2 NLP Fine-tuning

A Python implementation of the classic Unix traceroute utility, tracing the full path followed by an internet packet from source to destination across the network.

Python Networking ICMP Sockets