From 32afb1c7e725c497fdab452808b715039b64dbca Mon Sep 17 00:00:00 2001 From: Tunir Wabhitkar Date: Sun, 9 Jun 2024 00:01:29 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dee5586..a9ff68d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Face Detection with Python using OpenCV -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/parulnith/Face-Detection-in-Python-using-OpenCV/master) -![](https://github.com/parulnith/Face-Detection-in-Python-using-OpenCV/blob/master/data/pic.png) + Face detection is a computer vision technology that helps to locate/visualize human faces in digital images. This technique is a specific use case of object detection technology that deals with detecting instances of semantic objects of a certain class (such as humans, buildings or cars) in digital images and videos. With the advent of technology, face detection has gained a lot of importance especially in fields like photography, security, and marketing.