Abstract: To address the limited accuracy of existing PCB surface defect detection methods, the challenge of balancing detection performance with lightweight design, and the need for real-time ...
Abstract: Industrial printed circuit board (PCB) defect detection plays a vital role in ensuring the quality and reliability of electronic products. However, accurately identifying small defects in ...
. ├── app.py # Flask backend API ├── predict.py # ML inference pipeline ├── preprocess.py # Image preprocessing ├── train_defect_model.py # CNN training (optional) ├── train_cost_model.py # ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...