File size: 808 Bytes
33a04f9
 
 
 
 
 
83c9f46
33a04f9
 
 
 
fec6b6f
e950521
33a04f9
fec6b6f
 
33a04f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: YOLO Object Detection
emoji: πŸ”
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.16.1
app_file: app.py
pinned: false
---

# YOLO Object Detection App

This application provides real-time object detection for images and videos using YOLOv8.

## Features
- Upload and process both images and videos
- Real-time object detection with YOLOv8
- Detailed detection information for each processed file
- User-friendly interface with instant feedback
- Support for multiple file formats (jpg, png, mp4, avi)

## How to Use
1. Upload your image or video using the upload box
2. Wait for the processing to complete
3. View the detection results and object summary

## Technologies Used
- YOLOv8 for object detection
- Gradio for the web interface
- OpenCV for image/video processing
- Python 3.x