CS student · AI, machine learning and computer vision

ZohaPasha

I chase questions, fall down rabbit holes, and build my way out.

Lahore, Pakistan
CGPA
3.86

out of 4.00

Honours
6

Dean's List four times, Rector's List twice

Next
2026

a job in AI, or grad school

01

What I work on

01

Computer Vision

Getting a model to find and make sense of what is actually in a picture.

This is the area my final year project sits in. I am building a framework that uses a language model to help find several objects at once in a scene, from either a written description or an example image, for cameras that know where they are pointing. It is due in 2027. Before that I rebuilt a published model that sharpens Sentinel-2 satellite images, scaled down to run on my own machine. Going through someone else's design line by line taught me far more than reading about it ever did.

02

Language Models

Building things with them, and checking what they are really doing.

I made a tool that shows what a language model is doing as it writes, one word at a time. It shows how confident the model is, where it is paying attention, and how likely it is to be making something up. Then I tested whether the model's own confidence could be trusted. It could not. When it said how sure it was, it was off by about 32 percent. Its own internal numbers were off by about 15 percent. I like working across all of this, from building with these models to working out why they behave the way they do.

03

Deep Learning

Starting from the maths, not from someone else's library.

Neural networks, CNNs, ensembles and reinforcement learning. Some of it came from my coursework, some from Andrew Ng's specialisation, and a lot of it from building things until they finally worked. I would rather write a method myself and watch it break than trust a library to be right. This is the layer sitting underneath everything else on this page.

02

Selected work

012027

Final year project

LLM Assisted Multi Object Localisation

My final year project, which I am working on now. It is a framework that uses a language model to help find several objects at once in a scene. You can describe what you are looking for in words or show it a picture, and it works with cameras that know where they are pointing.

  • Still in progress. It is due to be finished in 2027.

Still deciding on parts of the stack.

022026

LLM tooling

LLM Reasoning Debugger

A small web app that opens up how a language model thinks. It shows you, one word at a time, how confident the model is, where it is looking, and how likely it is to be making things up.

  • Ran Qwen2.5-1.5B-Instruct behind a FastAPI backend and captured what it was doing at every word.
  • Wrote a set of 28 test questions and scored the answers properly.
  • Found that the model is bad at judging itself. What it claimed about its own confidence was much further off than its own internal numbers.
32%
error in what it claimed
15%
error in its own numbers
  • Python
  • FastAPI
  • Qwen2.5-1.5B

032025

Paper implementation

Sentinel-2 Super Resolution

A model that sharpens blurry Sentinel-2 satellite images. I built it by following a published paper and scaled it down so it would run on my own machine, so I could understand exactly why the design works.

  • Built the parts the paper describes, including how the model decides which details matter.
  • Scaled the whole pipeline down to fit the hardware I had, then prepared the data, trained it and measured the results.
  • This is my version of a pipeline that already exists. The original design is not mine, and this is not my final year project.
  • Python
  • PyTorch
  • CNNs

042025

Game / agent behaviour

AI Murder Mystery

A murder mystery game where the characters decide things for themselves. They patrol, chase and attack on their own, and they talk to you using a language model.

  • Built the logic that makes characters switch between patrolling, chasing and attacking.
  • Set up how they find their way around the level, so a chase feels deliberate instead of scripted.
  • Hooked up a language model so characters can talk back while you investigate.
  • Unreal Engine 5
  • C++
  • Blueprints

052025

Full stack platform

Airline Management System

A booking and scheduling system for an airline, with an admin side for staff. It runs on a proper database behind a Next.js frontend.

  • Designed how flights, bookings and schedules are stored in SQL Server.
  • Built the booking flow and the admin screens from start to finish.
  • Next.js
  • Tailwind CSS
  • SQL Server

062024

Desktop app

FAST Learning System

A desktop app that helps FAST students search old exam papers. It has a chatbot built in, and Supabase handles logins and file storage.

  • Built the desktop app in WPF and C#.
  • Made the papers searchable, and added a chatbot so students can just ask.
  • WPF
  • C#
  • Supabase

072024

Desktop app

Social Networking System

A desktop social app with friend requests, messaging and user profiles.

  • Built the friend system, the profiles and the messaging in Qt.
  • C++
  • Qt
03

About

I am in my final year of Computer Science at FAST-NUCES Lahore. My CGPA is 3.86. I have made the Dean's List four times and the Rector's List twice.

Most of what I build starts the same way. I want to see inside the thing. That is how I ended up writing a debugger that reads a language model's confidence one word at a time. It is why I rebuilt an image model from a research paper instead of just reading it. It is why I put decision trees into game characters, so I could watch them choose what to do.

I am heading into AI and machine learning work. I am keeping my options open between engineering jobs and graduate study while I finish my degree. Computer vision, language models and deep learning are the areas I want to keep building in.

Education and experience

  1. 2023 to nowEducation

    BS Computer Science

    FAST-NUCES Lahore

    • CGPA 3.86 out of 4.00
    • Dean's List four times, Rector's List twice
    • Coursework in Applied Machine Learning
  2. 2025Experience

    Developer Intern

    Clear Wave Information Technologies

    • Built frontend features in Next.js and Tailwind CSS
    • Helped set up and test an ERP system
  3. 2024Experience

    Frontend Development Intern

    OSOL Technologies

    • Built page components in HTML, CSS and JavaScript
    • Helped connect those pages to the backend
  4. 2026Certification

    Machine Learning Specialization

    DeepLearning.AI, taught by Andrew Ng

    • Supervised learning, neural networks and ensembles
    • Unsupervised learning, recommenders and reinforcement learning

Tools

AI / ML

PyTorchTensorFlowscikit-learnCNNsNeural NetworksLangChainLangGraphNumPypandas

Languages

PythonC++C#JavaScriptAssembly (8088)

Web

Next.jsTailwind CSSFastAPIASP.NETWPF

Tools

Unreal Engine 5GitSQL ServerSupabase
04

Contact

Are you working on something in AI, machine learning or computer vision? I would love to hear about it.

Elsewhere

Lahore, Pakistan