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

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

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