Skip to content
View HamzaKhanBUIC's full-sized avatar
💭
Just Focusing on projects.
💭
Just Focusing on projects.

Block or report HamzaKhanBUIC

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HamzaKhanBUIC/README.md
Header

Cybersecurity Undergrad @ Air University Karachi | AI Systems & Full-Stack Engineer

LinkedIn Portfolio Email GitHub Followers

                                          .=**##**+#%@@%+.                                          
                                       .-*##*****#**+==++*:.                                        
                                     .=%%#%%%#++##*++=++=*#:                                        
                                     .#@@%####*##***+==+==+.                                        
                                     ..:++=====+#%%#**++++-.                                        
                                       .*+#%#*+-:-++*++=++-.                                        
                                        :-=++=-:::---++=*+.                                         
                                        :-=+-==-::::-:-++-                                          
                                        .++=====-::---:=-.                                          
                                        .=*++====----::-.                                           
                                         -=+++++++++=::::.                                          
                                         .-++-+#*====::::::.                                        
                                             .=*++=-:::-===-                                        
                                          .---+=::::-====+*+=:.                                     
                                        .:####+=**-:=*#**##**++*+-..                                
                                     .-#%%%%#=+++--*#####*********++=-.                             
                                     :%%%%%%=*+#--*###############*++++=.                           
                                     #%%%%%#*#=+=#%%%%%###%%%%%#%#*+=+++=                           
                                    .%%%%%%++++#%%%%%%%%%%%%%%%%%#*+**##+.                          
                                    .%%%%%#=+**%%%%%%%%%%%%%%%@@@%*+=++*#-                          
                                    .%%%%%#+***%%%@%%%%@@%%%%@@%%%%%*====:                          
                                    :@%%@@*+==%%%@@@@@@@@@%@%@@%##*##*++#:                          
                                    =@%%@@%++#%%@@%@@%%%%%%%%@@@%**##**+=.                          
                                    +@%@%@@#*%%@@%%%%%%@%%@@@@@@@%*++*##+-                          
                                    -@%%@@@@%@@@@%%%%%%@@%@@@@@@#%%%++++*+.                         
                                    -@@@@@@@@@@@@@@@@@@@@@@@@@@@#*%@#+++++.                         
                                    -@@@@@@@@@@@@@@@@@@@@@@@@@@@%**%@#++*+.                         
                                    =@@@@@@@@@@@@@@@@@@@@@@@@@@@%*+*#%%++=                          
                                    -@@@@@@@@@@@@@@@@@@@@@@@@@@@@#*++*%#+-                          
                                    :@@@%*%@@@@@@@%%%%%%%@@@@@@@@%##*++**=                          
                                   .#@@@@@@@@@@@%%%%%%%@@@@@@@@@@@@%*+***+                          
                                   :@@@@@@@@@@@@%%%%@@@@@@@@@@@@**%@@*++*+                          
                                   -@@@@@@@@@@@@@@%%@%%%%@@@@@@@@#==+*#+=-                          
                                   -@@@@@@@@@@@@@@@%%%%%%@@@@@@@@@#+**##*-                          
                                  .#@@@%%%@@@@@@@@@@@@@%%@@@@@@@@@%*===+=.                          
                                  *@@@%%#%@@@@@@%%%%%%%%@@@@@@@%%##**++=.                           
                                  *@@@@%%#%%@@@@@@@%%%%%%%@@@@@@%%*****-                            
                                 .%@@@@@%%##%%@@@@@@@@@@%%@@@@@@@%**##+.                            
                                 =@@@@@@@%%####%@@@%%%%%%@@@@@@@@%*+*#=.                            
                                .%@@@@@@@@@%#####%%%%%%%@@@@%%@@@%*##*.                             
                               .*@@@@@@@@@@@%#**####%%%%%%%@%@@@@@*++-                              
                              .%@@@@@@@@@@@@@@@%%#*******%@@%##%%@%*+-                              
                              :@@@@@@@@@@@@@@@@@@@@%%#**%%%*##%@%#+==.                              
                              .*@@@@@@@@@@@@@@@@@@@@@@**@#*###%%#**@:                               
                               :@@@@@@@@@@@@@@@@@@@@@@@%@%#%%@@@@#@@:                               
                               :%@@@@@@@@@@@@@@@@@@@@@@@@@#*%@@@##@@-                               
                               =@@@@@@@@@@@@@@@@@@@@@@@@@@@@#@@#*@@@=                               

What I Do

I study Cyber Security at Air University in Karachi and build software across several distinct domains:

  1. Agentic AI & Multi-Agent Swarms: Building stateful multi-agent DAGs with LangGraph and local GPU-accelerated runtimes on AMD ROCm.
  2. Full-Stack & Cloud Platforms: Developing production web apps, document intelligence tools, and event-driven civic systems deployed on Google Cloud Run and Vercel.
  3. Defensive Cybersecurity & Protocols: Writing zero-trust communication protocols in Go (mTLS 1.3), in-memory cryptographic zeroization vaults, and red-teaming C2 tools.
  4. Systems & High-Performance Computing: Building memory-mapped procedural parsers in C++ for bio-informatics and low-overhead data processing.

Core Projects by Domain

Agentic AI & Swarm Systems

Project What it does Stack Link
Aegis-AI Crisis Swarm Multi-agent disaster triage swarm that calculates evacuation routes and syncs with first responders offline. Python, LangGraph, Llama-3-70B, Flutter Repository
ChainReflex-OS Multi-agent execution runtime mapping parallel LLM graphs directly to local AMD ROCm GPU compute. TypeScript, Python, AMD ROCm, Docker Repository
OmniSight Radar Autonomous strategy radar synthesizing live market data and audio intelligence transcripts. Python, FastAPI, Bright Data, React Repository

Full-Stack & Cloud Platforms

Project What it does Stack Link
TheekKaro.ai AI-driven civic complaint classification engine deployed serverless on Google Cloud Run. Python, Google Cloud Run, Docker RepositoryLive App
doc-intel-platform Financial document intelligence platform with deterministic schema validation and multi-way ERP reconciliation. JavaScript, Node.js, FastAPI, OCR Repository
VeriVoice Voice biometrics and deepfake anomaly detector built for the UNESCO Hackathon. Next.js 14, FastAPI, Python RepositoryLive Demo
BISP Navigator Multilingual voice AI benefits assistance platform running on Google Cloud Run. Python, FastAPI, Cloud Run, Docker Repository

Cybersecurity & Defensive Tools

Project What it does Stack Link
Zero-Trust Swarm Protocol Hardened mTLS 1.3 transport layer for AI agents with SPIFFE workload attestation and OpenTelemetry tracing. Go, mTLS 1.3, SPIFFE, Docker Repository
Aegis-Amnesia Ephemeral in-RAM memory vault with AES-256-GCM encryption and explicit key zeroization upon task completion. TypeScript, Node.js, Vitest Repository
Shadow-Swarm Automated red-teaming C2 framework simulating multi-agent attacks against LLM safety guardrails. FastAPI, Next.js, Python Repository
LifecycleZero Database-level guardrail intercepting LLM SQL queries to contain prompt-injection escalation. Python, FastAPI, AWS ECS Repository

Systems & High-Performance Computing

Project What it does Stack Link
Procedural Genomic Sequence Parser Pure procedural C++ parser for multi-gigabyte genomic sequence files with zero heap allocations during iteration loops. C++17, CMake Repository
Last-Signal Interactive procedural audio waveform synthesis web app built with the Web Audio API. JavaScript, Web Audio API RepositoryLive Demo

Tech Stack & Arsenal

Swarms & AI

Python LangGraph Llama-3 AMD ROCm

Full-Stack & Cloud

TypeScript Next.js FastAPI Flutter Cloud Run Docker

Security & Low-Level Systems

Go C++ mTLS 1.3 Linux

GitHub Activity & Telemetry

GitHub Stats Top Languages

Contribution Snake Contribution Snake

Popular repositories Loading

  1. University-Tech-Society---Student-Organization-Website University-Tech-Society---Student-Organization-Website Public

    Responsive static portal for a student technology society built with HTML5, CSS3, and JavaScript.

    HTML 2 3

  2. TheekKaro.ai TheekKaro.ai Public

    Serverless, event-driven civic complaint classification and municipal remediation platform deployed on Google Cloud Run.

    Python 2

  3. OmniSight-Autonomous-Corporate-Strategy-Disruption-Radar OmniSight-Autonomous-Corporate-Strategy-Disruption-Radar Public

    Autonomous Corporate Strategy & Disruption Radar. Synthesizes live web data and audio transcripts into dynamic executive dashboards using Bright Data, Speechmatics, and Cognee.

    HTML 2

  4. Procedural-Genomic-Sequence-Parser Procedural-Genomic-Sequence-Parser Public

    High-performance, zero-OOP procedural C++ parser for multi-gigabyte genomic sequence analysis with linear-time memory streaming.

    C++ 1

  5. Building-a-Health-Data-Dashboard Building-a-Health-Data-Dashboard Public

    Responsive clinical health telemetry and patient vital metrics dashboard built with vanilla JavaScript and Chart.js.

    CSS 1

  6. ChainReflex-OS ChainReflex-OS Public

    High-throughput, low-latency multi-agent execution runtime mapped directly to local AMD ROCm GPU compute acceleration.

    TypeScript 1