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