Face detection and recognition
Tesfamichael Molla
Addis Ababa, Addis Ababa
- 0 Collaborators
Face detection and recognition system in python ...learn more
Project status: Under Development
Overview / Usage
A person should be included in the dataset first with an id which can be done with the datasetcreator.py script and then update the model with the trainer.py script and finally the person can be recognized.
Methodology / Approach
Used python opecv library to detect faces and added PIL for the recognition part.