Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,24 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Thermal Anomaly Monitoring Dashboard
|
14 |
+
|
15 |
+
A dashboard for real-time fault detection in solar panels and windmill turbines using drone or CCTV footage. Built with Streamlit and YOLOv5, deployed on Hugging Face Spaces.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
- Live video feed with fault detection (bounding boxes and labels).
|
19 |
+
- Live logs, metrics, and anomaly trends.
|
20 |
+
- Predictive anomaly detection based on trends.
|
21 |
+
- Videos stored in the `data` folder.
|
22 |
+
|
23 |
+
## Setup
|
24 |
+
1. Place `.mp4` videos in the `data` folder.
|
25 |
+
2. Install dependencies: `pip install -r requirements.txt`.
|
26 |
+
3. Run the app: `streamlit run app.py`.
|
27 |
+
4. Deploy on Hugging Face Spaces.
|
28 |
+
|
29 |
+
## Notes
|
30 |
+
- Fine-tune YOLOv5 models for accurate fault detection.
|
31 |
+
- Update class IDs in `detection_service.py` based on your model.
|
32 |
+
|
33 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|