← Home

Projects

A collection of projects, applications, and experiments showcasing innovative solutions and technical expertise.

HuMMan Dataset Project
Dataset Completed

HuMMan 3D→2D Keypoint Extraction

Utilities to project 3D SMPL poses from the HuMMan dataset into 2D image-plane keypoints using provided camera intrinsics. Includes a ready-to-run 2D_extraction.py script and clear setup steps.

Python NumPy OpenCV SMPL trimesh tqdm chumpy
Email Spam Detection Project
Machine Learning Completed

Email Spam Detection

A Python-based project that builds a machine learning classifier to distinguish between spam and legitimate emails. Developed in a Jupyter Notebook and supplemented by a research paper.

Python Jupyter Notebook Machine Learning Email Classification Research Documentation (PDF)
Sentiment Analysis of Pandemic Tweets
Natural Language Processing Completed

Categorising Sentiments of Pandemic Tweets

A natural-language processing project aimed at classifying the sentiment of tweets related to the pandemic. Uses standard preprocessing and classification pipelines to distinguish between negative, neutral, and positive tweets.

Python NLP Sentiment Analysis Tweets
American Sign Language Detection Project
Computer Vision Completed

American Sign Language Detection

An ML-driven project for detecting American Sign Language (ASL) gestures. Includes preprocessing, feature extraction, and classification to label ASL inputs correctly.

Python Machine Learning Computer Vision ASL Detection CNN Research Documentation (PDF)
CampusConnect Project
Web Design Completed

CampusConnect - Integrated Student Service Platform

A full-stack MERN application providing a seamless student service experience—manage parking, bus tickets, class routines, and personal profiles in one place.

MySQL Express.js React Node.js
GoNuts Project
Web Design Completed

GoNuts - Concert Ticket Management Platform

A web application built to simplify concert ticket management. Developed as a collaborative project by Abrar Ahmed and team, GoNuts integrates database, backend, and frontend technologies to deliver a functional ticketing solution.

MySQL Node.js Express.js HBS CSS
Catch The Diamond Project
Games Completed

Catch The Diamond

Diamond Catcher is a simple yet addictive game where players control a catcher to collect falling diamonds. Made with Python and OpenGL for real-time visuals and responsive gameplay.

Python OpenGL
Tictactoe Project
Games Completed

Tic Tac Toe in 8086 Assembly

A classic 3x3 Tic Tac Toe game built entirely in 8086 Assembly Language. Players take turns entering positions (1-9), with real-time board updates, input validation, and automatic win/draw detection. Run it in DOSBox or any 8086 emulator to experience retro low-level programming fun!

8086 Assembly DOSBox TASM
Jurassic Jump Project
Games Completed

Jurassic Jump

A fun OpenGL game inspired by the classic Google Dino offline runner. Players control a dinosaur navigating a desert landscape, jumping over cacti and birds while the speed and difficulty gradually increase.

Python OpenGL