Spaces:
Build error
Build error
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
title: Aircraft Detection Model
|
| 3 |
-
emoji: 🦀
|
| 4 |
-
colorFrom: pink
|
| 5 |
-
colorTo: pink
|
| 6 |
-
sdk: streamlit
|
| 7 |
-
sdk_version: 1.41.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
+
title: Aircraft
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
emoji: 🚀
|
| 6 |
+
colorFrom: green
|
| 7 |
+
colorTo: blue
|
| 8 |
---
|
| 9 |
+
# Aircraft Detection from Aerial Imagery
|
| 10 |
+
This Streamlit app detects aircraft in aerial images using YOLOv8.
|
| 11 |
+
|
| 12 |
+
## Features
|
| 13 |
+
- Real-time aircraft detection
|
| 14 |
+
- Support for multiple aircraft types
|
| 15 |
+
- High-accuracy predictions
|
| 16 |
+
- Easy-to-use interface
|
| 17 |
|
| 18 |
+
## Usage
|
| 19 |
+
1. Upload an aerial image
|
| 20 |
+
2. Wait for detection results
|
| 21 |
+
3. View identified aircraft with confidence scores
|