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