Skip to content
View Areej-zeb's full-sized avatar

Block or report Areej-zeb

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
Areej-zeb/README.md

Areej Zeb — AI Engineer, Secure Software, Cloud

LinkedIn Credly Email Repositories

About

I build AI systems and production software, with a cybersecurity degree underneath that shapes how I design them — threat models before features, auditable decisions over black boxes.

Most of my work sits where those two things overlap: models that have to explain themselves, APIs that have to survive abuse, pipelines that have to run on real traffic. My most-starred project, the AI Vulnerability Scanner, runs that whole loop end to end — recon → semantic CVE matching → generated remediation.

  • BS Cybersecurity, FAST NUCES Islamabad — Class of 2026
  • AWS Certified AI Practitioner, plus 5 AWS Academy graduate badges across cloud, security, and CI/CD
  • Currently deep in applied ML — transformer architectures, RAG pipelines, and model explainability (SHAP/LIME)
  • Islamabad, Pakistan · open to AI/ML engineering and software engineering roles
  • Reach me at areejzeb04@gmail.com

Featured Work

Project What it does Stack
AI Vulnerability Scanner
stars
Scans a host with Nmap, matches each discovered service to relevant CVEs using SBERT embeddings, classifies severity, then generates tailored remediation steps with a fine-tuned T5 model. Python FastAPI SBERT T5 Nmap
Aegis — Threat Detection & XAI Intrusion detection over streaming network traffic using CNN-LSTM ensembles, with a RAG pipeline that enriches alerts into analyst-ready summaries and a SHAP-based XAI inspector so every detection is explainable. Python PyTorch RAG SHAP React Docker
Distributed DDoS Detection Parallel network-flow anomaly detection across MPI nodes with optional CUDA acceleration — entropy, PCA and CUSUM algorithms feeding real-time blocklisting and BGP FlowSpec/ACL rule generation. 10K+ flows/sec at ~95% accuracy. C MPI CUDA PCA/CUSUM
Secure University Chatbot Role-based FAQ assistant built as a secure-SDLC reference: Argon2id hashing, server-side sessions, RBAC, hash-chained audit logs, rate limiting, and TLS termination via nginx. FastAPI Streamlit nginx RBAC
Filmception Multilingual film-genre classifier: BERT over plot summaries, plus a translation + TTS layer that narrates summaries in Urdu, Arabic, and Korean. Python BERT NLP TTS
Image Moderation API Content-safety service for user uploads — token-authenticated moderation endpoints, ML safety checks, request logging, and a minimal review frontend. FastAPI MongoDB Sightengine
More projects
Project What it does Stack
TraceMe Privacy-first lost-phone tracker — Lost Mode is triggered on demand from a paired device rather than tracking continuously. Flutter Dart Firebase
OWASP API Vuln Lab Hands-on lab for working through the OWASP API Security Top 10 with repeatable ZAP and Postman workflows. OWASP ZAP Postman
Floralis Full-stack cosmetics storefront with JWT auth, cart, order management, product reviews, and a role-based employee portal. React Node.js Express MongoDB
OpenCL Grayscale Converter GPU-accelerated batch JPEG grayscale conversion, benchmarked on the ISIC 2020 dataset. C++ OpenCL
MPI Edit Distance Parallel edit distance with three communication strategies (point-to-point, scatter+gather, gather) benchmarked against a sequential baseline. C MPI
Exam Scheduler Conflict-free timetable generation using constraint satisfaction and backtracking over student, room, and spacing constraints. Python CSP
Hello Jenkins Minimal Jenkins CI pipeline demo covering setup through execution. Jenkins CI/CD

Currently building

  • Pharmacy ERP & POS — full-scale ERP with dual POS/back-office interfaces: inventory, configurable EOD financial reporting, MongoDB transactions, RBAC, GS1 DataMatrix barcode parsing, ESC/POS thermal printing, and n8n workflows for expiry monitoring, supplier demand, and audit logging. Next.js 14 TypeScript MongoDB Docker Vitest n8n
  • Real-Time ASL Recognition — sign-language recognition with Temporal Transformers over a MediaPipe 3D keypoint pipeline, deployed as an edge-optimized ONNX model hitting 30 FPS at 80%+ accuracy fully client-side. PyTorch MediaPipe ONNX

Tech Stack

AI / ML

Languages

Backend & Frontend

Cloud & DevOps

Security

Certifications

Credential Issuer Issued
AWS Certified AI Practitioner Amazon Web Services Jul 2026 Verify
AWS Academy Graduate — Cloud Security Builder Amazon Web Services May 2026 Verify
AWS Academy Graduate — Cloud Security Foundations Amazon Web Services Apr 2026 Verify
AWS Academy Graduate — Cloud Foundations Amazon Web Services Dec 2025 Verify
AWS Academy Graduate — Cloud Web Application Builder Amazon Web Services Nov 2025 Verify
AWS Academy Graduate — Microservices & CI/CD Pipeline Builder Amazon Web Services Nov 2025 Verify
Ethical Hacker Cisco Jul 2025 Verify
API Security Fundamentals '25 APIsec University Apr 2026 Verify
API Security in the World of DevSecOps APIsec University Apr 2026 Verify
CompTIA PenTest+ CompTIA
Google Cybersecurity Certificate Google

Also completed via AWS Skill Builder: AWS Security Fundamentals (2nd Ed.), Shared Responsibility Model, Security Groups vs. NACLs, Protecting Your Instance with Security Groups.

See all verified badges on Credly →

Experience

Cybersecurity Intern · ExplorerBees, Islamabad · Jul – Oct 2025 Ran a full penetration-testing audit of authentication APIs, simulating brute-force and OTP-flooding attacks to validate backend resilience. Documented high-risk findings and delivered a remediation roadmap aligned to the OWASP API Security Top 10.

IT Intern · Haidri Beverages (PepsiCo Pakistan), Islamabad · Jul – Aug 2025 Reviewed and validated ISO 27001 audit findings across an enterprise SAP environment, tracked remediation progress, and authored a risk-assessment report. Built a custom ABAP program automating HR data management workflows.

IT Intern · ConnectX, Islamabad · Jul – Aug 2024 Designed a high-fidelity website prototype in Figma with user-centric layouts and interactive components to improve digital branding.

Let's Connect

LinkedIn Credly Email

Pinned Loading

  1. ddos-detection-mpi ddos-detection-mpi Public

    Distributed DDoS detection & mitigation system using MPI with optional CUDA GPU acceleration. Implements entropy, PCA & CUSUM algorithms for network flow analysis. Features real-time blocklisting, …

    C

  2. opencl-image-grayscale-converter opencl-image-grayscale-converter Public

    High-performance grayscale image converter using OpenCL for parallel processing. Batch converts JPEG images with GPU/CPU acceleration. Built in C for the ISIC 2020 dataset."

    C++

  3. Aegis-Enterprise-Threat-Detection-and-Security-Advisory Aegis-Enterprise-Threat-Detection-and-Security-Advisory Public

    ML-powered threat detection and alert correlation platform for enterprise security monitoring.

    Python 1

  4. TraceMe-App TraceMe-App Public

    TraceMe is a cross-platform Flutter + Firebase app for on-demand lost phone tracking. Users can trigger Lost Mode from another paired device to receive near real-time location updates on a map, no …

    Dart 1

  5. floralis-ecommerce-website floralis-ecommerce-website Public

    Full-stack e-commerce platform for cosmetics and skincare products built with React, Node.js, Express, and MongoDB. Features user authentication, shopping cart, order management, and product reviews.

    JavaScript

  6. image-moderation-api image-moderation-api Public

    A full-stack Image Moderation API using FastAPI, MongoDB, and Sightengine. Includes user authentication, content safety checks, logging, and a simple frontend.

    Python