Btr4k commited on
Commit
33a04f9
·
1 Parent(s): 986f64e

Update README with required configuration

Browse files
Files changed (1) hide show
  1. README.md +28 -10
README.md CHANGED
@@ -1,14 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # YOLO Object Detection App
2
 
3
- This application uses YOLOv8 to perform object detection on images and videos.
4
 
5
  ## Features
6
- - Support for both image and video uploads
7
- - Real-time object detection
8
- - Progress tracking for video processing
9
- - Easy-to-use interface
10
-
11
- ## Usage
12
- 1. Upload an image or video file
13
- 2. Wait for processing
14
- 3. View detection results
 
 
 
 
 
 
 
 
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