Prasanna1622 commited on
Commit
f7bc149
·
verified ·
1 Parent(s): f697fa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -10,3 +10,23 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ # Solar Fault Detector
15
+
16
+ This Hugging Face Space detects faults in solar panels (cracks, dust, shade, etc.) from drone videos using a YOLOv8 model.
17
+
18
+ ## How it works
19
+ - Upload a drone-shot video of solar panels
20
+ - The app uses a YOLOv8 model (`best.pt`) to detect faults
21
+ - Output video shows bounding boxes for detected faults
22
+
23
+ ## Model
24
+ Trained on a custom best.pt with 4 classes: cracked, dusty, shaded, overheated.
25
+
26
+ ## Requirements
27
+ All dependencies are listed in `requirements.txt`.
28
+
29
+ ## Demo
30
+ Try uploading a video and view the output with annotated faults.
31
+
32
+