A simple face detection application using python and opencv dnn. For detail explanataion check out my blog.
This was possible only due to the simple and clear explanation by Adrian Rosebrock's blog.
python3 -m venv my_env
source my_env/bin/activatepip3 install -r requirements.txtpython3 -m detect_faces_from_image -i /path/to/image/file.jpgpython3 -m detect_faces_from_video -v /path/to/video/file.movpython3 -m detect_faces_from_video