Spaces:
Sleeping
Sleeping
# 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. |