Spaces:
Sleeping
Sleeping
Btr4k
commited on
Commit
·
33a04f9
1
Parent(s):
986f64e
Update README with required configuration
Browse files
README.md
CHANGED
@@ -1,14 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# YOLO Object Detection App
|
2 |
|
3 |
-
This application
|
4 |
|
5 |
## Features
|
6 |
-
-
|
7 |
-
- Real-time object detection
|
8 |
-
-
|
9 |
-
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: YOLO Object Detection
|
3 |
+
emoji: 🔍
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# YOLO Object Detection App
|
13 |
|
14 |
+
This application provides real-time object detection for images and videos using YOLOv8.
|
15 |
|
16 |
## Features
|
17 |
+
- Upload and process both images and videos
|
18 |
+
- Real-time object detection with YOLOv8
|
19 |
+
- Detailed detection information for each processed file
|
20 |
+
- User-friendly interface with instant feedback
|
21 |
+
- Support for multiple file formats (jpg, png, mp4, avi)
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
1. Upload your image or video using the upload box
|
25 |
+
2. Wait for the processing to complete
|
26 |
+
3. View the detection results and object summary
|
27 |
+
|
28 |
+
## Technologies Used
|
29 |
+
- YOLOv8 for object detection
|
30 |
+
- Gradio for the web interface
|
31 |
+
- OpenCV for image/video processing
|
32 |
+
- Python 3.x
|