From 24c2a9a55ebdf2d2d29647c9e7b3c01d384db24d Mon Sep 17 00:00:00 2001 From: Sai Subhakar T <36569367+saimj7@users.noreply.github.com> Date: Tue, 18 Aug 2020 21:50:02 +0200 Subject: [PATCH] added readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eab913..06a821d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # People-Counting-in-Real-Time -People Counting in Real-Time with an IP camera. +> People Counting in Real-Time using live video stream/IP camera in OpenCV. + +> This repo is a simple improvement/modification to https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/ + + +- 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. +- Acts as a measure towards footfall analysis and in a way to tackle COVID-19. + +--- + +## Table of Contents +* [Theory](#theory) +* [Running Inference](#running-inference) +* [Features](#features) +* [References](#references) +* [Next Steps](#next-steps) + +## Theory