Skip to content

Commit 389835b

Browse files
authored
Create README.md
1 parent 10fa53b commit 389835b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Face-Detection/v2/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)