Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chandrikadeb7/face-recognition-in-python

A real time face recognition system developed in Python using Pillow, OpenCV and NumPy
https://github.com/chandrikadeb7/face-recognition-in-python

face-dataset face-recognition numpy opencv pillow python

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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!!

![alt text](https://github.com/chandrikadeb7/Face-Recognition-in-Python/blob/master/Screen%20Shot%202019-12-12%20at%208.01.02%20PM.jpg)