Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.43.1
metadata
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
- Upload your image or video using the upload box
- Wait for the processing to complete
- 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