Metadata-Version: 2.3
Name: zone_detection
Version: 0.1.0
Summary: YOLO-based ROI detection system with RTMP streaming
Author: Minh
Author-email: quangminh3032004@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cvzone (>=1.5.6,<2.0.0)
Requires-Dist: numpy (>=1.24.0,<2.0.0)
Requires-Dist: opencv-python (>=4.8.0,<5.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: torch (>=2.0.0,<3.0.0)
Requires-Dist: torchvision (>=0.15.0,<0.16.0)
Requires-Dist: ultralytics (>=8.0.0,<9.0.0)
Description-Content-Type: text/markdown

# YOLO ROI Detector

A Python package for YOLO-based Region of Interest (ROI) detection with RTMP streaming capabilities.

## Features

- YOLO object detection and tracking
- Configurable danger zones
- RTMP streaming support
- Real-time person tracking with warnings
- Easy-to-use CLI interface

## Installation

```bash
pip install yolo-roi-detector

yolo-roi --video my_video.mp4 --zone-mode 1
