An open API service indexing awesome lists of open source software.

https://github.com/sanda0/face_recognizer

opencv face recognition app
https://github.com/sanda0/face_recognizer

numpy opevcv pillow pyqt5 python

Last synced: 5 months ago
JSON representation

opencv face recognition app

Awesome Lists containing this project

README

          

# 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 `