You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An end-to-end deep learning system for automated PCB defect detection that combines computer vision with domain expertise. This project demonstrates the practical application of AI in industrial quality control, achieving 91.2% F1-score on multi-label defect classification.
An industrial-grade automated optical inspection (AOI) system for Printed Circuit Boards (PCBs). Features a computer vision pipeline for precise defect localization, a fine-tuned EfficientNetB0 model achieving 97.8% classification accuracy, and a full-stack Streamlit dashboard with real-time analytics, batch processing, and automated PDF reporting.
This repository contains the code and resources for a PCB defect detection project. The project uses YOLO and other comparative models to detect and classify PCB defects, along with improvements to the dataset for achieving better results.
PCB Defect Detector is a web application designed to analyze and detect defects in printed circuit boards (PCBs). The application leverages modern web technologies and tools to provide an intuitive interface for uploading, analyzing, and visualizing PCB defects. It also includes batch processing, dashboard analytics, and explainable AI insights.
> Real-time microscopic defect detection pipeline for Printed Circuit Boards (PCB) using YOLOv8-Nano. Built for Automated Optical Inspection (AOI) in smart manufacturing.
Automated PCB defect inspection system using YOLOv8 for real-time detection, localization, and classification of manufacturing defects, with evaluation and failure analysis for industrial deployment.