You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,15 @@ A simple face recognition script that identifies and classifies all faces in an
4
4
You can watch this video to see how the code works: https://www.youtube.com/watch?v=D5xqcGk6LEc
5
5
6
6
# 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
+
[](https://gitpod.io/#https://github.com/techwithtim/Face-Recognition/blob/master/face_rec.py)
0 commit comments