Skip to content

Ferszus/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy CV2 face recognition

Additional info

You can add your own photos to the /images/ "name"
folder, and then train program to recognize your face, and also change the confidence, when the text should appear in the 33 line od the main.py file

No camera feed?

Try changing line number 19 in main.py file to another number camera = cv2.VideoCapture( number)
By the default the number is 0 :)

Libraries required:

pip install opencv-python
pip install opencv-contrib-python
pip install pickle5
pip install numpy

USAGE

To use this program, firstly you need to train it, by running file faces-train.py
After that, you can run main.py, and the camera feed will appear.
To close the camera feed, press Q on the keyboard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages