Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,5 +9,15 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
+
# Solar Panel Fault Detection
|
| 13 |
+
|
| 14 |
+
This Streamlit app uses a custom Roboflow workflow to detect faults in thermal videos of solar panels.
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
|
| 18 |
+
1. Upload an MP4 thermal video.
|
| 19 |
+
2. The app runs your Roboflow model workflow on each frame.
|
| 20 |
+
3. Outputs an annotated video and a log of detected faults.
|
| 21 |
+
|
| 22 |
|
| 23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|