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.
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.
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.
Specter AI
ProductOpen-source, privacy-first AI screen & meeting copilot. Transparent always-on-top overlay invisible to screen share, with real-time OCR and audio transcription.
VeriAudit
ProductAI-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.
AgentTrace
Open SourceOpen-source observability platform for multi-agent AI systems. See exactly what your agents are doing: every step, every decision, every cost.
Sehat Guftagu
ProductLLM-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.
Face Match System
ML / DLProduction face recognition SDK combining RetinaFace detection, MagFace embeddings, and Qdrant vector search for fast identity matching at scale.
XDenseQNet
ResearchExplainable quantum-enhanced DenseNet121 for monkeypox skin lesion classification, research combining quantum circuits with deep learning for medical image analysis.
Legal Assistance Platform
BackendFull-stack legal document ingestion and query platform with a FastAPI backend and a React (Vite) frontend.
FastAPI, Python, React, RAGCodeReelmatic
BackendFull-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, LLMsCodeResearch Paper Analyzer
BackendDjango web app integrating ArXiv, Google Scholar, PubMed, and IEEE for paper search and summarization via LangChain and the Groq API.
Django, Python, LangChain, Groq, PostgreSQLCodePostPilot AI
BackendAI-powered social media post generation and scheduling tool.
TypeScript, LLMs, Next.jsCodeCUA Trajectories
Open SourceEnd-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, AutomationCodeHumanizer
ML / DLQLoRA 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.2CodeMASH Humanizer
ML / DLEnd-to-end SFT + DPO training pipeline for humanizing AI-generated text, with LoRA checkpoints and GGUF export for local inference.
Python, SFT, DPO, GGUFCodeAI Detection
ML / DLMulti-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, TransformersCodeAI Text Detection with XAI
ResearchExplainability 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, SHAPCodeDocument Intelligence
BackendScalable 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.
CodeT5 Docstring Generator
ML / DLAutomatic Python docstring generation with CodeT5, shipped with a REST API, demo interface, and model evaluation harness.
Python, CodeT5, Transformers, REST APICodeRelationship Counseling AI
ML / DLProduction-grade, privacy-first counseling assistant with three layers of safety guardrails and epistemic humility controls.
Python, LLMs, Safety, CloudCodeEmotiEase
ML / DLMental health mobile app with a personalized AI chatbot. LLaMA 2 fine-tuned on therapist-client data and quantized for efficient mobile deployment.
Retinal Vessel Segmentation
ResearchVision Mamba + UNETR architecture for retinal vessel segmentation in medical imaging.
Python, PyTorch, Vision Mamba, UNETRCodeDECA Mask Recommender
ML / DLAI-powered CPAP mask fitting using DECA 3D face reconstruction to recommend the right mask geometry per patient.
Python, DECA, 3D Vision, PyTorchCodeMagFace Active Learning
ML / DLActive learning loop over MagFace embeddings to cut labeling cost in face recognition datasets.
Python, MagFace, Active LearningCodeVision Transformer from Scratch
ML / DLPyTorch ViT implementation with Tiny/Small/Base variants, Mixup/CutMix augmentation, and LR scheduling on CIFAR-100.
Python, PyTorch, ViT, CIFAR-100CodeGender Classification
ML / DLYOLOv11 face detection with EfficientNet V2 classification, MTCNN preprocessing, and a real-time pipeline.
Python, YOLO, EfficientNet, MTCNNCodeSilver Sentiment
ML / DLFinBERT-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, StreamlitCodeCUDA 100 Days
ML / DLGPU kernel programming challenge. Writing CUDA kernels from scratch to build deep understanding of GPU computing.
CUDA, C++, GPU ProgrammingCodeFlappy Bird NEAT & RL
ML / DLTraining agents to play Flappy Bird using the NEAT evolutionary algorithm against a reinforcement learning baseline.
Python, NEAT, Reinforcement Learning, PygameCodeMiniLang++ Compiler
AcademicFull compiler across all six phases: lexing, parsing, semantic analysis, IR generation, optimization, and x86-64 assembly output. 4000+ LOC.
Transformer from Scratch
AcademicPyTorch Transformer built from first principles: scaled dot-product attention, multi-head attention, positional encoding, and the full encoder-decoder stack.
Python, PyTorch, TransformersCodeBanking Management System
AcademicOOP semester project covering full banking operations. 32 stars on GitHub.
C++, OOPCodeDSA in C++
AcademicData structures and algorithms reference implementations in C++, used by students across the university.
C++, AlgorithmsCode