https://github.com/bhattsameer/face-recognition
Face-recognition using python 2+ opencv
https://github.com/bhattsameer/face-recognition
cv2 face-detection face-detector face-recognition image-processing opencv opencv2 python python3
Last synced: 6 days ago
JSON representation
Face-recognition using python 2+ opencv
- Host: GitHub
- URL: https://github.com/bhattsameer/face-recognition
- Owner: bhattsameer
- Created: 2018-05-14T12:46:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:58:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T12:46:55.409Z (27 days ago)
- Topics: cv2, face-detection, face-detector, face-recognition, image-processing, opencv, opencv2, python, python3
- Language: Python
- Size: 1.68 MB
- Stars: 7
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face-recognition
Face-recognition using python 2+ opencv# CreateDataset using webcam
```
python datasetCreator.py
```# Tranining
```
python trainner.py
```# Detector
```
python detector.py
```