Develop the application for face detection, training and recognition using python.
Application is used OpenCV-Python library to face detection, training and recognition.
In this application, you are trained the faces using given name and recognise the faces.
Python libraries
- cv2
pip install opencv-python
- numpy
pip install numpy
- pickle
pip install pickle5
- PIL
pip install Pillow
- tkinter
pip install python-tk
First, clone or download the source code from github
Then, go to the root directory and type
python UI.py
After, train and recognise faces 👍.