Skip to content
View MABSSSSS's full-sized avatar

Block or report MABSSSSS

Report abuse

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

Report abuse
MABSSSSS/README.md

class AIEngineer:
    name       = "Muhammad Abdullah"
    location   = "Haripur, Pakistan"
    role       = "Junior AI Engineer @ Revnix"
    education  = "B.Sc. Artificial Intelligence — PAFIAST (Final Year)"

    focus = [
        "Agentic Workflows & Multi-Agent Orchestration",
        "MLOps — DVC, MLflow, reproducible pipelines",
        "Computer Vision — YOLOv11, TFLite, edge deployment",
        "Low-Latency Voice AI — WebRTC, LiveKit, ElevenLabs",
    ]

    currently_learning = [
        "Advanced LangGraph state machines",
        "Distributed inference architectures",
        "Edge AI optimization for mobile deployment",
    ]

    contact = "cabdullahbokan@gmail.com"

Featured Projects

Pavement Intelligence (FYP)

Road defect detection system for real-time infrastructure diagnostics. Trained YOLOv11 on a custom-labeled dataset achieving ~94% mAP. Exported to TFLite for on-device inference in <40ms. Automated PDF reporting pipeline cuts manual inspection time significantly.

Stack: Python · YOLOv11 · TFLite · OpenCV · FastAPI

View Source Code →

LangGraph Agentic Orchestration

Stateful multi-agent systems with cyclic reasoning and autonomous task execution. Built graph-based workflows with conditional routing and memory persistence. Supports parallel branch execution for latency-sensitive pipelines.

Stack: LangGraph · LangChain · Python · OpenAI API · FastAPI

View Source Code →

Low-Latency Voice AI Agent

Real-time conversational voice agents integrated with telephony and WhatsApp. End-to-end pipeline: STT → LLM reasoning → TTS in under 800ms round-trip. Integrated LiveKit for WebRTC transport and ElevenLabs for natural synthesis.

Stack: Python · LiveKit · ElevenLabs · WebRTC · FastAPI · Twilio

View Source Code →

MLOps Pipelines

Reproducible, production-grade ML pipelines with full experiment tracking. Versioned datasets and model artifacts with DVC. Tracked 50+ experiments via MLflow for clean model comparison and rollback. Containerized with Docker for consistent cross-env execution.

Stack: Python · DVC · MLflow · Docker · Scikit-Learn · PostgreSQL

View Source Code →

Advanced Tech Stack & Tools

Artificial Intelligence & Machine Learning

Backend & Databases

DevOps & MLOps

GitHub Stats

GitHub Stats GitHub Streak

Top Languages

Popular repositories Loading

  1. Lab-work-python Lab-work-python Public

    Jupyter Notebook

  2. SE-Semester-Project SE-Semester-Project Public

  3. my-django-app my-django-app Public

  4. vet_clinic vet_clinic Public

  5. clinic-database clinic-database Public

  6. django-project django-project Public

    This is a Django-based web application designed to manage users, products, and sales. The project demonstrates basic functionalities of a Django app with user authentication, product management, an…

    Python