Skip to content

adithya77/face_learn_recognition

Repository files navigation

face_learn_recognition

A simple project to learn and recognize faces using face_recognition and opencv library

Below are the dependencies

1. face_recognition

pip3 install face_recognition

2. opencv

https://www.scivision.co/install-opencv-python-windows/

Recommending to use anaconda environment

Usage:

1. Capturing a face

run **python face_learn.py** 

Show you're face to camera, till you can see 100% progress. This process will create images required to train the algorithm

2. Recognizing a face

run python face_recognize_knn.py

You can see the learnt face will be recognized with a name in the live camera.

About

A simple project to learn and recognize faces using face_recognition and opencv library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages