defect-detection-ai

Installation
SKILL.md

AI Defect Detection

Overview

This skill implements deep learning-based defect detection for construction quality control. Analyze images and video to automatically identify structural and surface defects, classify severity, and generate inspection reports.

Detectable Defects:

  • Concrete: Cracks, spalling, honeycombing, efflorescence
  • Steel: Corrosion, weld defects, deformation
  • Masonry: Mortar deterioration, displacement
  • Finishes: Surface defects, coating failures
  • MEP: Insulation damage, pipe corrosion

Quick Start

import torch
import torch.nn as nn
from torchvision import transforms, models
from PIL import Image
Related skills
Installs
23
GitHub Stars
125
First Seen
Mar 5, 2026