Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d62b030

Browse files
authored
Update README.md
added gitpod button
1 parent 522fd27 commit d62b030

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,15 @@ A simple face recognition script that identifies and classifies all faces in an
44
You can watch this video to see how the code works: https://www.youtube.com/watch?v=D5xqcGk6LEc
55

66
# How to Run
7-
Start by installing all of the packages listed in requirements.txt. Next place an image inside of the root direcotry called "test.png". This will be the file that faces will be identified in. Place all of the faces that you wish to identify inside the folder "faces", rename them to be "face name".jpg. This folder contains all of the known faces and will be how the program recognizes people. Finallly run the "face_rec.py" script.
7+
- Install all of the packages listed in requirements.txt.
8+
- Place an image inside of the root direcotry called "test.png". This will be the file that faces will be identified in.
9+
- Place all of the faces that you wish to identify inside the folder "faces", rename them to be "face name".jpg. This folder contains all of the known faces and will be how the program recognizes people.
10+
- Finallly run the "face_rec.py" script.
11+
12+
# Run in Gitpod
13+
14+
You can also run Sudoku-GUI-Solver in Gitpod, a free online dev environment for GitHub:
15+
16+
If you're intersted in a paid subscription with GitPod use the coupon code: TECHWITHTIM2FQBMX
17+
18+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/techwithtim/Face-Recognition/blob/master/face_rec.py)

0 commit comments

Comments
 (0)