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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -8
README.md CHANGED
@@ -1,8 +1,17 @@
1
- ---
2
- license: mit
3
- title: Detect Tiny Buildings using SAHI and YOLOv8
4
- sdk: streamlit
5
- emoji: 🔥
6
- colorFrom: blue
7
- colorTo: yellow
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.