Skip to content
View obligator11's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report obligator11

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.

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

πŸ‘‹ Hi, I'm Sayyam Shahbaz

Typing SVG

Portfolio LinkedIn Instagram GitHub


⚑ About Me

AI engineer:
  name: "Sayyam Shahbaz"
  location: "Abbottabad, Pakistan"
  role: "Founding Developer & Software Engineer, AI & Automation Systems @ NOUNFORM"
  portfolio: "https://www.sayyamshahbaz.dev/"
  certifications: ["Microsoft Certified AI Engineer", "IBM Certified AI Engineer"]
  specialization: ["Software Architecture", "System Design", "Agentic AI Engineering"]
  currently_building: "AI & automation systems at NOUNFORM + Multi-Agent Digital Ops Team"
  philosophy: "Local-first, zero-paid-API, human-in-the-loop by design"
  learning: ["Agentic architectures", "MCP integrations", "Applied spatial math for CV"]
  brand: "@obligator11 β€” content on TikTok(obligator111) / Instagram / LinkedIn / YouTube"

I design and ship multi-agent AI systems that run entirely on local infrastructure β€” orchestrating models like Qwen2.5-Coder, DeepSeek-R1, Llama 3.1, and Gemma through Ollama and LM Studio, with PostgreSQL, ChromaDB, and Redis handling state, memory, and concurrency. Every system I build follows the same four-layer discipline: Presentation β†’ Application β†’ Domain β†’ Infrastructure.

Before this, I spent months building real-time computer vision and AR systems (pose estimation, gesture control, YOLO-based tracking) β€” that CV depth now shows up in how I think about latency, threading, and perception pipelines inside agent systems.

πŸ“Ž Full case studies, project write-ups, and a proper look at my work live on my portfolio: sayyamshahbaz.dev


πŸ’Ό Experience

NOUNFORM β€” Founding Developer & Software Engineer, AI & Automation Systems Β· Feb 2025 – Jun 2026

  • Architected a modular Python gym-automation desktop platform (CustomTkinter) covering client intake, AI-generated diet plans, and PDF creation, with a hybrid inference engine (local Llama 3.1 + automatic Grok API failover) for uninterrupted plan generation
  • Built a serverless WhatsApp workout-plan bot on Google Apps Script + Meta WhatsApp Business API, generating constraint-based weekly splits from Google Form intake
  • Designed and shipped nounform.com and client sites tripleeyes.pk and studioonearch.com in React/TypeScript

Solid Gym β€” Software Engineer Β· Jul 2024 – Sep 2024

  • Engineered a modular, multithreaded PySide6 desktop app with RBAC, financial transaction logging, and a hardware abstraction layer for webcam/biometric integration
  • Integrated Google Drive API (OAuth 2.0) for automated cloud disaster recovery and built local analytics for daily executive briefings

🧠 Currently Architecting

🎫 Multi-Agent Digital Ops Team IT Helpdesk MVP · v3 architecture Redis/RQ concurrency, Prometheus + Grafana observability

🧾 Invoice/AP Automation Agent 4-model pipeline: extraction β†’ anomaly reasoning β†’ explanation β†’ routing, with a human-in-the-loop approval gate

🧠 Local Dual-LLM RAG Workspace NotebookLM-style research tool β€” DeepSeek-R1 (reasoning) + Qwen2.5-Coder (implementation) via LM Studio, isolated per-notebook ChromaDB vaults


πŸ—οΈ How I Build β€” Four-Layer Architecture

Every agentic system I ship follows this pattern:

graph TD
    A["🎨 Presentation Layer<br/>Streamlit"] --> B["βš™οΈ Application Layer<br/>Agent Pipeline / Orchestration"]
    B --> C["πŸ“ Domain Layer<br/>Pydantic Schemas"]
    B --> D["πŸ—„οΈ Infrastructure Layer<br/>Local LLMs Β· PostgreSQL Β· ChromaDB Β· Redis"]
    D --> E["🧠 Qwen2.5-Coder<br/>Extraction"]
    D --> F["πŸ” DeepSeek R1<br/>Reasoning"]
    D --> G["πŸ’¬ Llama 3.1<br/>Explanation"]
    D --> H["🧭 Gemma<br/>Routing"]

    style A fill:#0d1117,stroke:#00f5ff,color:#00f5ff
    style B fill:#0d1117,stroke:#bd00ff,color:#bd00ff
    style C fill:#0d1117,stroke:#00f5ff,color:#00f5ff
    style D fill:#0d1117,stroke:#bd00ff,color:#bd00ff
    style E fill:#1a1a3e,stroke:#00f5ff,color:#e0e0e0
    style F fill:#1a1a3e,stroke:#00f5ff,color:#e0e0e0
    style G fill:#1a1a3e,stroke:#00f5ff,color:#e0e0e0
    style H fill:#1a1a3e,stroke:#00f5ff,color:#e0e0e0
Loading

πŸ“Œ Top Repositories

πŸ€– Agentic AI & Automation

Digital Ops Team Invoice/AP Automation Agent Local Dual-LLM RAG Workspace

  • Digital Ops Team (Multi-Agent IT Helpdesk) β€” six-agent local pipeline (Triage β†’ RAG-grounded Resolver β†’ independent Auditor β†’ HITL gate β†’ Dispatcher) across two model backends, with a deterministic HITL gate, full observability stack, and a 15-ticket eval harness that lifted Triage accuracy 42%β†’50%
  • Invoice/AP Automation Agent β€” 4-model local pipeline (Qwen2.5-Coder β†’ DeepSeek R1 β†’ Llama 3.1 β†’ Gemma) with PostgreSQL + ChromaDB and a human-in-the-loop approval gate
  • Local Dual-LLM RAG Workspace β€” NotebookLM-style research tool combining DeepSeek-R1 + Qwen2.5-Coder via LM Studio, with per-notebook ChromaDB vaults

πŸ‘οΈ Computer Vision & AR Suite

Vision-Core-Projects CrowdAI

DriverFatigueSystem InterviewAnalyzer

  • Vision-Core-Projects β€” 60+ real-time CV/AR experiments: pose-driven games, gesture control, AR overlays, all single-file with procedural audio
  • CrowdAI β€” real-time crowd density & flow analytics using YOLOv8 + DBSCAN clustering
  • DriverFatigueSystem β€” MediaPipe Face Mesh–based fatigue/attention monitor using EAR/MAR metrics
  • InterviewAnalyzer β€” multi-modal interview confidence analyzer (MediaPipe Face Mesh + Pose + Whisper)

🏒 Client & Product Work

gym-management-system


πŸ› οΈ Tech Stack by Layer

🎨 Presentation

Streamlit React TypeScript

βš™οΈ Application

Python Kotlin Node.js Pydantic

πŸ—„οΈ Infrastructure

Ollama PostgreSQL Redis Firebase Docker

πŸ‘οΈ Computer Vision

OpenCV PyTorch TensorFlow


πŸŽ“ Certifications

Microsoft IBM IBM Imperial College London IBM University of Michigan Google


πŸ“Š GitHub Stats



✍️ Random Dev Quote


🌐 Connect

Portfolio LinkedIn Instagram

Popular repositories Loading

  1. multi-agent-it-helpdesk multi-agent-it-helpdesk Public

    Local, multi-agent IT helpdesk pipeline β€” Triage, RAG Resolver, and an independently-model'd Auditor hand off through a deterministic HITL safety gate before dispatch. Runs entirely offline on Olla…

    Python 1

  2. gym-management-system gym-management-system Public

    Desktop Gym ERP system featuring modular OOP architecture, OpenCV webcam integration, biometric drivers, and Google Drive cloud backups.

    Python

  3. Obligator11 Obligator11 Public

  4. Vision-Core-Projects Vision-Core-Projects Public

    Asynchronous spatial computing pipelines, kinetic telemetry engines, and real-time physics suites. Hyper-optimized for zero-latency 60+ FPS execution by decoupling deep learning tensor inferences (…

    Python

  5. CrowdAI CrowdAI Public

    Real-time crowd density and flow analytics with YOLOv8, DBSCAN clustering, and live alerts.

    Python

  6. DriverFatigueSystem DriverFatigueSystem Public

    Real-time driver drowsiness detection with EAR/MAR tracking and tiered risk alerts.

    Python