Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,34 @@ short_description: Detect solar panel faults with Hugging Face model
|
|
14 |
license: apache-2.0
|
15 |
---
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
# Welcome to Streamlit!
|
18 |
|
19 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
|
|
14 |
license: apache-2.0
|
15 |
---
|
16 |
|
17 |
+
# Solar Panel Fault Detection App
|
18 |
+
|
19 |
+
This app uses a custom Hugging Face model `NaveenKumar5/Solar_panel_fault_detection` to detect faults in solar panel images and videos.
|
20 |
+
|
21 |
+
## Features
|
22 |
+
|
23 |
+
- Detect and localize faults
|
24 |
+
- Show confidence scores
|
25 |
+
- Visualize fault heatmap
|
26 |
+
|
27 |
+
## How to Use
|
28 |
+
|
29 |
+
1. Upload a solar panel image.
|
30 |
+
2. View detected faults and their locations.
|
31 |
+
3. See a heatmap showing fault areas.
|
32 |
+
|
33 |
+
## Coming Soon
|
34 |
+
|
35 |
+
- Video processing support
|
36 |
+
|
37 |
+
## Built With
|
38 |
+
|
39 |
+
- Streamlit
|
40 |
+
- Hugging Face Transformers
|
41 |
+
- PyTorch
|
42 |
+
- OpenCV
|
43 |
+
|
44 |
+
|
45 |
# Welcome to Streamlit!
|
46 |
|
47 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|