Image-Based Solar Panel Defect Classification
This page demonstrates the defect classification workflow for solar panels. In a production system, this would integrate with a trained CNN model to analyze panel images and detect defects such as:
Current Implementation: This demo simulates the classification process using the available image dataset (180 clean, 187 dusty images).
Access via API:
Use /api/defects/classify/{anomaly_id}
to get classification for any detected anomaly.