Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Wall Crack Detection
|
| 2 |
|
| 3 |
This project uses a deep learning model to detect cracks in walls using real-time video feed from a mobile phone camera.
|
|
@@ -51,4 +59,4 @@ anaconda install
|
|
| 51 |
3. conda activate <environment-name>
|
| 52 |
4. pip install tensorflow opencv-python numpy
|
| 53 |
5. DroidCam IP in main.py file <url>
|
| 54 |
-
6. run python main.py
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: object-detection
|
| 4 |
+
tags:
|
| 5 |
+
- climate
|
| 6 |
+
datasets: []
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
# Wall Crack Detection
|
| 10 |
|
| 11 |
This project uses a deep learning model to detect cracks in walls using real-time video feed from a mobile phone camera.
|
|
|
|
| 59 |
3. conda activate <environment-name>
|
| 60 |
4. pip install tensorflow opencv-python numpy
|
| 61 |
5. DroidCam IP in main.py file <url>
|
| 62 |
+
6. run python main.py
|