welcome to my face recognition python application
Make sure to Have Python 3 install on your system and all packages bellow :
- customtkinter
- face_recognition
- numpy
- opencv-python
python3 -m pip install face_recognition customtkinter numpy opencv-python
Start the App
python3 main.py