All Projects

33 projects spanning products, backend systems, open source libraries, applied machine learning, research, and coursework. The main ones have their own write-up.

Everything else lives on GitHub.

  • Radisist: Medical Imaging AI Platform

    ProductFYP, Top 10 of 160

    Final year project. Trained a BiomedCLIP modality router on 14k images reaching 100% test accuracy, plus SMP UNet++ segmentation models hitting 95% accuracy and 88.5% Dice across 7 imaging modalities. Models published to Hugging Face behind a full-stack Django platform with REST endpoints and PostgreSQL-backed patient data pipelines.

    PyTorch, BiomedCLIP, UNet++, Django, PostgreSQLCodeLiveWrite-up
  • DeepContext

    Open SourceZ.ai for Startups

    PyPI-published agentic memory library with hierarchical concept graphs, BFS traversal, and hybrid RRF retrieval, with 179 tests, fully async, and adopted by external developers. Ships a FastAPI service and React dashboard.

    Python, FastAPI, PostgreSQL, React, PyPICodeLiveWrite-up
  • Specter AI

    Product

    Open-source, privacy-first AI screen & meeting copilot. Transparent always-on-top overlay invisible to screen share, with real-time OCR and audio transcription.

    TypeScript, Electron, OCR, LLMsCodeLiveWrite-up
  • VeriAudit

    Product

    AI-assisted smart contract security platform that detects vulnerabilities, validates exploitability with reproducible PoCs, and writes verifiable audit attestations on-chain bound to the exact audited code.

    Solidity, LLMs, Security, Web3CodeWrite-up
  • AgentTrace

    Open Source

    Open-source observability platform for multi-agent AI systems. See exactly what your agents are doing: every step, every decision, every cost.

    TypeScript, React, Node.js, ObservabilityCodeWrite-up
  • LLM-powered bilingual (Urdu/English) clinical web app using LangGraph multi-agent orchestration across 5 modular AI services for patient triage, symptom analysis, and report generation. Structured output parsing and entity extraction with PostgreSQL storage behind a clean FastAPI backend.

    FastAPI, LangGraph, LLMs, PostgreSQL, Next.jsCodeWrite-up
  • Production face recognition SDK combining RetinaFace detection, MagFace embeddings, and Qdrant vector search for fast identity matching at scale.

    Python, RetinaFace, MagFace, QdrantCodeWrite-up
  • XDenseQNet

    Research

    Explainable quantum-enhanced DenseNet121 for monkeypox skin lesion classification, research combining quantum circuits with deep learning for medical image analysis.

    Python, PyTorch, Quantum ML, DenseNetCodeWrite-up
  • Legal Assistance Platform

    Backend

    Full-stack legal document ingestion and query platform with a FastAPI backend and a React (Vite) frontend.

    FastAPI, Python, React, RAGCode
  • Reelmatic

    Backend

    Full-stack SaaS that generates complete YouTube Shorts from a URL or idea, producing a 9:16 MP4, SEO description, hashtags, and thumbnail.

    TypeScript, Next.js, FFmpeg, LLMsCode
  • Research Paper Analyzer

    Backend

    Django web app integrating ArXiv, Google Scholar, PubMed, and IEEE for paper search and summarization via LangChain and the Groq API.

    Django, Python, LangChain, Groq, PostgreSQLCode
  • PostPilot AI

    Backend

    AI-powered social media post generation and scheduling tool.

    TypeScript, LLMs, Next.jsCode
  • CUA Trajectories

    Open Source

    End-to-end framework for recording, replaying, and validating Computer Use Agent trajectories, building SFT-ready datasets from file, scripting, API, and browser workflows.

    Python, Agents, Datasets, AutomationCode
  • Humanizer

    ML / DL

    QLoRA fine-tuning pipeline for natural text generation that pulls human-written text from 5 Hugging Face datasets and trains a LoRA adapter on Llama 3.2 3B.

    Python, PyTorch, QLoRA, Llama 3.2Code
  • MASH Humanizer

    ML / DL

    End-to-end SFT + DPO training pipeline for humanizing AI-generated text, with LoRA checkpoints and GGUF export for local inference.

    Python, SFT, DPO, GGUFCode
  • AI Detection

    ML / DL

    Multi-component AI text detection system inspired by GPTZero, combining GPT-2 perplexity, burstiness scoring, and a fine-tuned DeBERTa-v3 / Qwen2.5-3B classifier.

    Python, DeBERTa, Qwen2.5, TransformersCode
  • AI Text Detection with XAI

    Research

    Explainability framework reaching 98.4% binary and 86.8% 12-class accuracy using RoBERTa embeddings with stylometric features, LIME, SHAP, and Captum.

    Python, PyTorch, RoBERTa, LIME, SHAPCode
  • Scalable RAG pipeline with multi-source document ingestion (PDF, DOCX, HTML, images) and semantic search over vector embeddings, combining dense and sparse hybrid retrieval. Tuned with chunking strategies, re-ranking, and query augmentation, containerized for reproducible ML-ready deployment.

    FastAPI, RAG, PostgreSQL, MongoDB, DockerCodeWrite-up
  • CodeT5 Docstring Generator

    ML / DL

    Automatic Python docstring generation with CodeT5, shipped with a REST API, demo interface, and model evaluation harness.

    Python, CodeT5, Transformers, REST APICode
  • Relationship Counseling AI

    ML / DL

    Production-grade, privacy-first counseling assistant with three layers of safety guardrails and epistemic humility controls.

    Python, LLMs, Safety, CloudCode
  • EmotiEase

    ML / DL

    Mental health mobile app with a personalized AI chatbot. LLaMA 2 fine-tuned on therapist-client data and quantized for efficient mobile deployment.

    Flutter, Python, FastAPI, LLaMA 2, AzureCodeLive
  • Retinal Vessel Segmentation

    Research

    Vision Mamba + UNETR architecture for retinal vessel segmentation in medical imaging.

    Python, PyTorch, Vision Mamba, UNETRCode
  • DECA Mask Recommender

    ML / DL

    AI-powered CPAP mask fitting using DECA 3D face reconstruction to recommend the right mask geometry per patient.

    Python, DECA, 3D Vision, PyTorchCode
  • MagFace Active Learning

    ML / DL

    Active learning loop over MagFace embeddings to cut labeling cost in face recognition datasets.

    Python, MagFace, Active LearningCode
  • Vision Transformer from Scratch

    ML / DL

    PyTorch ViT implementation with Tiny/Small/Base variants, Mixup/CutMix augmentation, and LR scheduling on CIFAR-100.

    Python, PyTorch, ViT, CIFAR-100Code
  • Gender Classification

    ML / DL

    YOLOv11 face detection with EfficientNet V2 classification, MTCNN preprocessing, and a real-time pipeline.

    Python, YOLO, EfficientNet, MTCNNCode
  • Silver Sentiment

    ML / DL

    FinBERT-powered financial sentiment pipeline ingesting 500+ articles per day from 18 sources, with a multi-signal weighted macro scoring system (DXY, yields, oil, VIX) and entity-level aggregation. Real-time news feeds a live gold and silver calculation surfaced on a Streamlit dashboard.

    FinBERT, Flask, SQLite, StreamlitCode
  • CUDA 100 Days

    ML / DL

    GPU kernel programming challenge. Writing CUDA kernels from scratch to build deep understanding of GPU computing.

    CUDA, C++, GPU ProgrammingCode
  • Flappy Bird NEAT & RL

    ML / DL

    Training agents to play Flappy Bird using the NEAT evolutionary algorithm against a reinforcement learning baseline.

    Python, NEAT, Reinforcement Learning, PygameCode
  • MiniLang++ Compiler

    Academic

    Full compiler across all six phases: lexing, parsing, semantic analysis, IR generation, optimization, and x86-64 assembly output. 4000+ LOC.

    Python, Compiler Design, x86-64CodeLive
  • Transformer from Scratch

    Academic

    PyTorch Transformer built from first principles: scaled dot-product attention, multi-head attention, positional encoding, and the full encoder-decoder stack.

    Python, PyTorch, TransformersCode
  • Banking Management System

    Academic

    OOP semester project covering full banking operations. 32 stars on GitHub.

    C++, OOPCode
  • DSA in C++

    Academic

    Data structures and algorithms reference implementations in C++, used by students across the university.

    C++, AlgorithmsCode