Skip to content

Commit 202b54d

Browse files
authored
Create README.md
1 parent 984b30a commit 202b54d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Face-Detection/v3/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
<h1 align="center"> Face Detection</h1>
3+
Detect your face and count the number of faces
4+
5+
---------------------------------------------------------------------
6+
7+
## Modules Used
8+
- opencv
9+
10+
11+
## How it works
12+
- First you have to go to the desired location where your py file is
13+
- Then type **python face-detect.py** in the command prompt or terminal
14+
- Then it will convert your live video frame by frame into grayscale
15+
- Then it will detect your face using the front face cascade xml file
16+
- Then you could see green rectangle boxes appearing which is detecting your face
17+
- The number of live faces are also showing
18+

0 commit comments

Comments
 (0)