I'm a Computer Science undergraduate at SZABIST Islamabad (Class of 2027), focused on building AI-integrated systems and Python tools that work end-to-end, not just in a notebook.
My most recent project, PDF Oracle, is a full-stack Retrieval-Augmented Generation system: a FastAPI backend that extracts and chunks PDF text, embeds it with Sentence-Transformers, stores it in a FAISS vector index, and answers queries strictly from the top-3 matched chunks via OpenAI's gpt-4o-mini — no hallucinated answers from outside the document.
I've also led a 4–6 person student team through two semester-long software projects, from design to delivery, coordinating module integration and reviewing teammates' code before it shipped.