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
- Host: GitHub
- URL: https://github.com/sanda0/face_recognizer
- Owner: sanda0
- Created: 2019-02-25T02:26:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T13:21:56.000Z (over 5 years ago)
- Last Synced: 2025-04-01T20:48:52.034Z (10 months ago)
- Topics: numpy, opevcv, pillow, pyqt5, python
- Language: Python
- Homepage:
- Size: 4.33 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `