Language Breakdown
Lines of code distribution across 14 owned repositories
I-Shaped Developer
I-shapedSpecialist — deep expertise in HTML
Collaboration Network
Global Impact visualization
Repos
20
PRs
0
Growth
+18%
Top Collaborators
No collaborator data yet.
Coding Streak
Contribution activity over the past year
Linus Torvalds
@torvalds
Sobia Rizwan
@sobiarizwan19
Shajia Siddiqa
@ShajiaSiddiqa
Talha Sikandar
@TalhaSikandar
Meesum Abbas
@meesum5445
Top Repositories
A C++ client-server image processor that uses custom-built BMP parsing and non-blocking sockets to transmit, manipulate, and return bitmap images across a network. Includes grayscale, negative, thresholding, and flip operations with full byte-level serialization.
A simplified and improved academic project implementing a CNN from scratch using NumPy to detect driver distractions. D3-CNN-2 achieves ~86% test accuracy in just 11 epochs, outperforming the original model with fewer layers. Includes a Streamlit-based frontend for real-time image/video testing — all without using PyTorch or TensorFlow.
An academic project that implements a Convolutional Neural Network (CNN) entirely from scratch using NumPy — no PyTorch or TensorFlow. Designed to detect driver distractions from images and videos, it includes a Streamlit frontend for real-time testing. Built to understand deep learning fundamentals through hands-on coding.
A lightweight, C-based CLI tool to compute SHA-256 hashes of files from scratch — no libraries used. Includes memory checks, output file writing, and Makefile support.
Fillings is an AI-powered web app that helps users effortlessly complete legal documents and application forms. It supports PDF generation, AI-assisted form filling (via Google AI Studio), secure key handling, and custom document uploads—all wrapped in
This project implements a gesture-controlled mouse driver using computer vision, where hand gestures wearing red caps act as input to control the mouse cursor. It leverages real-time camera feeds to track hand movements and map them to mouse actions such as movement, clicking, and more.
This project is a custom implementation of the FAT (File Allocation Table) file system written in C. It simulates a virtual disk environment. The system manages file metadata, handles cluster allocation, and supports directory navigation similar to a real operating system. Designed for educational & practical exploration of storage and fs mechanics
My github profile README
Multi-user file system that stores all data in a single `.fileVerse` container file. Multiple users can connect simultaneously through a socket-based server, and all operations are processed sequentially to ensure data consistency.
Open Source Impact
Contributions to external projects