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