A newer version of the Gradio SDK is available:
5.49.1
metadata
title: Solar Fault Detector
emoji: 😻
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Solar Fault Detector
This Hugging Face Space detects faults in solar panels (cracks, dust, shade, etc.) from drone videos using a YOLOv8 model.
How it works
- Upload a drone-shot video of solar panels
- The app uses a YOLOv8 model (
best.pt
) to detect faults - Output video shows bounding boxes for detected faults
Model
Trained on a custom best.pt with 4 classes: cracked, dusty, shaded, overheated.
Requirements
All dependencies are listed in requirements.txt
.
Demo
Try uploading a video and view the output with annotated faults.