Metadata-Version: 2.4
Name: yolo_benchmark
Version: 0.1.0
Summary: YOLO model benchmarking tool with GUI, FPS, CPU usage and CSV export
Home-page: https://github.com/KUNTALinGITHUB/yolo-benchmark
Author: Kuntal Pal
Author-email: Kuntal Pal <kuntal.pal7550@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/KUNTALinGITHUB/yolo-benchmark
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: ultralytics
Requires-Dist: opencv-python
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: psutil
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# YOLO Benchmark

Compare multiple YOLO models easily with GUI and performance metrics.

## Features
- Compare up to 3 YOLO models
- Real-time GUI display
- FPS & CPU usage tracking
- CSV export of detections
- Webcam / Video / Image support

## Installation
```bash
pip install yolo_benchmark
