Available for Enterprise Deployments

Building Vision AI pipelines for complex environments.

Vision AI Team Lead with 5+ years architecting end-to-end edge computer vision systems and applied LLM verification layers. Pick an industry below to run a production sandbox simulation.

Automotive & Smart City

Edge deployments for urban analytics and plant mobility.

Custom YOLOv8 ANPR deployed on city CCTV edge nodes. A single scan resolves every plate in the frame, cross-references each against the blacklist database, and hands a confirmed hit to the city-wide re-identification service to reconstruct the vehicle's route.

Detects all plates in the current CCTV frame.

AWAITING SCAN — CAM-19 / JALAN AMPANG
Inference:

Vision AI monitoring inside the Perodua Smart Mobility Plant. Geometry alone only says "a person is inside a polygon" — an LLM reasoning layer reads machine state, proximity and interlock telemetry to decide whether that is actually a reportable violation.

Qwen2-VL · Violation Reasoning NO ACTION

HAZARD_ZONE_A
PRESS_BRAKE_03
WALKWAY
PERSON_SAFE (0.92)
d(machine) = 3.4 m

Oil & Gas / HSE

Housekeeping assessment and high-precision PPE compliance.

EGRESS PATH — CLEAR
LIQUID_SPILL
DRUM_UNSECURED
OBSTRUCTED_EGRESS
TOOL_LEFT_OUT
CLUTTER_STACK
CLEAN LAB
CLUTTERED LAB

Deployed at Petronas Research to monitor lab housekeeping. Drag the divider to set how much of the frame is in a cluttered state — an LLM reasoning layer (Qwen/LLaMA) reads the detected objects and returns a 5S condition assessment instead of a raw bounding-box dump.

50% cluttered
LLaMA · Condition Assessment
5S SCORE / 100

NO_HELMET (0.95)
SAFETY_VEST (0.91)
PPE: NON-COMPLIANT

Object detection and segmentation models (YOLO, PyTorch) customized for HSE and PPE compliance monitoring to ensure site safety standards are strictly met.

Infrastructure

Road asset inspection and remote aerial patrols.

Dashcam and drone road surveys deployed in Malaysia, Singapore and Japan. Instance segmentation maps pothole surface area to the pixel, while a second head classifies roadside asset condition — signage, guardrails and road markings.

Survey Output — 1 frame
POTHOLE 0.94 · 0.42 m²
LONGITUDINAL_CRACK 0.88
ALLIGATOR_CRACK 0.81
SIGN_DAMAGED 0.90
GUARDRAIL_DEFORMED 0.77
SEG: 5/5 instances

Raw segmentation over wet or shadowed asphalt is noisy — tar patches, manhole covers and puddles all read like potholes. I added a VLM verification pass (Qwen/LLaMA) that re-reads each crop in context and suppresses the ones that aren't real defects before they ever reach the maintenance backlog.

Precision
61%
False pos. / km
8.2
Verification Log

Verification layer off — all 6 raw detections forwarded to the maintenance backlog.

FORWARDED: 6/6

Wide-area aerial security patrols utilizing PyTorch detection pipelines. Designed to identify unauthorized access or structural anomalies from high-altitude moving camera feeds.

INTRUDER (0.87)
STATUS: CLEAR

About Me

Who is behind the pipelines.

Portrait of Amiir Haamzah
Amiir Haamzah
Vision AI Team Lead · Inference Tech Sdn Bhd
Contact
amiirhaamzah96@gmail.com LinkedIn GitHub
Malaysia — open to remote & APAC travel

I build computer vision systems that survive contact with the real world — noisy CCTV, moving dashcams, aerial feeds, and industrial floors where a false alarm costs a supervisor's trust. Over the last 5+ years I have taken projects from data collection and annotation strategy through model training, edge optimisation, and on-site deployment.

The thread across my recent work is the LLM verification layer: pure detection models plateau on precision, so I pair them with vision-language reasoning that re-reads a detection in context before it becomes an alert. That single change is what turned several of these pipelines from demos into systems operators actually keep switched on.

Experience
Vision AI Team Lead
Inference Tech Sdn Bhd

Leads a 3–6 person data annotation team and owns internal labeling tooling for image, video and segmentation workflows. Architects edge CV deployments end to end.

Deployment footprint
Malaysia · Singapore · Japan

Smart-city ANPR, Perodua Smart Mobility Plant safety compliance, Petronas Research housekeeping monitoring, national road surveys and drone patrols.

Education
MSc, Manufacturing & Mechatronic Engineering
UMPSA — Research Mode · Aug 2026

Completed while working full-time as a team lead.

BEng, Mechatronic Engineering
Universiti Malaysia Pahang
Stack
PyTorch YOLOv8 / RT-DETR Segmentation TensorRT / ONNX Jetson Edge Qwen-VL / LLaMA OpenCV Docker Annotation Ops