MSaadTariq commited on
Commit
459f123
·
verified ·
1 Parent(s): c443e37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -17
README.md CHANGED
@@ -1,17 +1,9 @@
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.
 
1
+ ---
2
+ license: mit
3
+ title: ' Building Detection App'
4
+ sdk: streamlit
5
+ emoji: 👀
6
+ colorFrom: pink
7
+ colorTo: yellow
8
+ pinned: false
9
+ ---