# PCB Defect Detection (YOLOv8) Trained YOLOv8 model for PCB defects. **Files:** - best.pt : YOLOv8 weights - pcb_defects.yaml : dataset config (classes) **Usage (example):** ```python from ultralytics import YOLO model = YOLO("https://huggingface.co//pcb-defect-detector/resolve/main/best.pt") model("pcb.jpg") ```