Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Building Detection App
|
2 |
+
|
3 |
+
This Streamlit app uses a YOLO model to detect buildings in uploaded images.
|
4 |
+
|
5 |
+
## Usage
|
6 |
+
|
7 |
+
1. Upload an image using the file uploader.
|
8 |
+
2. Click the "Detect Buildings" button to process the image.
|
9 |
+
3. View the results with bounding boxes around detected buildings.
|
10 |
+
|
11 |
+
## Model
|
12 |
+
|
13 |
+
The app uses a custom YOLO model trained for building detection.
|
14 |
+
|
15 |
+
## Deployment
|
16 |
+
|
17 |
+
This app is deployed on Hugging Face Spaces using Streamlit.
|