You can download this repository and install following by using pip.
- OpenCV: pip install opencv-python
- numpy: pip install numpy
- pillow: pip install Pillow
Now follow the below stepts to run this script
- You can capture the faces by running the "python store_face.py"
- Generate the training dataset by running the "python trainer.py"
- For detecting the stored faces you can use "python detector.py"