This script is udes to detect the humans and their number present in the image. It is achieved using openCV.
You will first need to install openCV
pip install opencv-python
To use the script, enter the path for the image in the current directory
For Example:
images/sample.jpg
Then run
python human-detection.py
