We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fa53b commit 389835bCopy full SHA for 389835b
Face-Detection/v2/README.md
@@ -0,0 +1,18 @@
1
+<h1 align="center">Face Detection</h1>
2
+Detects the Face, eyes and the nose
3
+
4
+---------------------------------------------------------------------
5
6
7
+## Modules Used
8
+- `OpenCV`
9
+- `Python`
10
+- `Google Colab`
11
12
+## How it works
13
+- Firstly, you have to enter the correct path where the file is located.
14
+- Then it will convert your video frame by frame into grayscale
15
+- After running the code it will detects face, eye and mid part in the live video capturing.
16
+- It will show rectangle boxes which is detecting your face and eyes and detects your nose by a dot(.)
17
18
+#### By [Anubhav](https://github.com/anubhav201241)
0 commit comments