Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chandrikadeb7/face-recognition-in-python
- Owner: chandrikadeb7
- License: mit
- Created: 2019-12-12T14:29:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T12:01:16.000Z (almost 5 years ago)
- Last Synced: 2024-12-13T11:03:31.949Z (10 days ago)
- Topics: face-dataset, face-recognition, numpy, opencv, pillow, python
- Language: Jupyter Notebook
- Size: 271 KB
- Stars: 27
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face-Recognition-in-Python
A real time face recognition system developed in Python using Pillow, OpenCV and NumPyThe 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)