From 7ea592fcefd86d03bb42bdc2bde49b7d3aba5b61 Mon Sep 17 00:00:00 2001 From: Brendan Date: Sat, 5 Oct 2024 16:06:37 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5916d32..1e03682 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # People-Counting-in-Real-Time + +Credit to: https://github.com/saimj7/People-Counting-in-Real-Time/tree/master + People Counting in Real-Time using live video stream/IP camera in OpenCV. > NOTE: This is an improvement/modification to https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/ @@ -10,8 +13,5 @@ People Counting in Real-Time using live video stream/IP camera in OpenCV. - The primary aim is to use the project as a business perspective, ready to scale. - Use case: counting the number of people in the stores/buildings/shopping malls etc., in real-time. -- Sending an alert to the staff if the people are way over the limit. -- Automating features and optimising the real-time stream for better performance (with threading). -- Acts as a measure towards footfall analysis and in a way to tackle COVID-19 scenarios. ---