Skip to content

Commit be447a5

Browse files
authored
Create README.md
1 parent eef97b4 commit be447a5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Eye Detection/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
<h1 align="center"> Body Detection</h1>
3+
It is going to detect your eyes and count the number of eyes
4+
5+
---------------------------------------------------------------------
6+
7+
## Modules Used
8+
- opencv
9+
10+
11+
## How it works
12+
- First you have to go to the path where your py file is using your cmd or terminal
13+
- Then you have to type **python eyes.py** to run the file
14+
- Then it will convert your live video frame by frame into grayscale
15+
- Then it will detect your eyes using the eyes cascade xml file
16+
- Then you could see green rectangle boxes appearing which is detecting your eyes
17+
- It will also show you the number of eyes
18+
19+
#### By [Avishake Maji](https://github.com/Avishake007)

0 commit comments

Comments
 (0)