Face-Recognition-in-Python

A real time face recognition system developed in Python using Pillow, OpenCV and NumPy

MIT License

Stars
27
Committers
1

Face-Recognition-in-Python

A real time face recognition system developed in Python using Pillow, OpenCV and NumPy

The steps to run this project are as follows:

  1. Create two empty folders named 'dataset' and 'trainer' in your main folder after unzipping.
  2. Run 1st file "face dataset.py" and enter id 1.
  3. Again run "face dataset.py" with user id 2 with another face.
  4. Run file "2. face training.py" and then further run file "3. face recognition.py".
  5. Tadaa!! The face recognition works.

For more than 2 faces to be recognized change the id number from 2 to any other greater number desired in file "3. face recognition.py".

Thanks!!

Related Projects