From 59088ad23dc07cf08d92d3e9caffa727886668e0 Mon Sep 17 00:00:00 2001 From: FlyingFathead Date: Sun, 13 Oct 2024 09:08:34 +0300 Subject: [PATCH] README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a563565..c9f168c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## Description -`dvr-yolov8-detection` is designed for real-time detection of humans, animals, or objects using the YOLOv8 model and OpenCV. It supports real-time video streams via RTMP or USB webcams, includes CUDA GPU acceleration for enhanced performance, and provides options for saving detections and logging events. +`dvr-yolov8-detection` is designed for real-time detection of humans, animals, or objects using the YOLOv8 model and OpenCV. + +It supports real-time video streams via RTMP or USB webcams, includes CUDA GPU acceleration for enhanced performance, and provides options for saving detections, triggering alerts and logging events. + +The video preview can be run both in a GUI window and headless on a local web server using the included Flask web server setup. + +**(New)** 🐳 A Dockerfile for Dockerized installs is also included. ## Features