NaveenKumar5 commited on
Commit
dcddf48
·
verified ·
1 Parent(s): 22e4b35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -8,25 +8,26 @@ sdk_version: 5.30.0
8
  app_file: app.py
9
  license: apache-2.0
10
  ---
 
11
  # Solar Panel Fault Detection (Roboflow + Gradio)
12
 
13
- This project provides a Gradio web app to detect faults in solar panels from thermal videos using a custom Roboflow InferencePipeline workflow.
14
 
15
  ## Features
16
 
17
- # YOLOv5 + Roboflow Hugging Face Model
18
- This model uses YOLOv5 and a Roboflow dataset for object detection.
 
19
 
20
  ## Requirements
21
 
22
  - Python 3.7+
23
- - The packages listed in `requirements.txt`.
24
 
25
  ## Installation
26
 
27
- 1. Clone the repo or download the files.
28
- 2. Create a virtual environment (optional but recommended):
29
-
30
  ```bash
31
  python -m venv venv
32
  source venv/bin/activate # Linux/macOS
 
8
  app_file: app.py
9
  license: apache-2.0
10
  ---
11
+
12
  # Solar Panel Fault Detection (Roboflow + Gradio)
13
 
14
+ This project provides a Gradio web app to detect faults in solar panels from thermal images or videos using a custom Roboflow InferencePipeline workflow.
15
 
16
  ## Features
17
 
18
+ - YOLOv5-based fault detection model trained on Roboflow datasets.
19
+ - Easy-to-use web interface powered by Gradio.
20
+ - Real-time detection with annotated outputs.
21
 
22
  ## Requirements
23
 
24
  - Python 3.7+
25
+ - Packages listed in `requirements.txt`
26
 
27
  ## Installation
28
 
29
+ 1. Clone the repository or download the files.
30
+ 2. (Optional) Create and activate a virtual environment:
 
31
  ```bash
32
  python -m venv venv
33
  source venv/bin/activate # Linux/macOS