Skip to content

sanda0/face_recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face_recognizer (for python3)

required modules

1 numpy

  • pip install numpy or pip3 install numpy

2 opencv (cv2)

  • pip install opencv-python or `pip3 install opencv-python
  • pip install opencv-contrib-python

3 pillow

  • pip install Pillow or pip3 install Pillow

4 os

5 pyqt5

  • pip install PyQt5 or pip3 install PyQt5

how to run

if you install all reqired modules, just run

python3 FR_main.py or python FR_main.py

Releases

No releases published

Packages

No packages published

Languages