https://github.com/ashwin-rajeev/face-recognition
A simple face recognition system using scikit-learn and OpenCV
https://github.com/ashwin-rajeev/face-recognition
face-detection face-recognition machine-learning python scikit-learn
Last synced: 8 months ago
JSON representation
A simple face recognition system using scikit-learn and OpenCV
- Host: GitHub
- URL: https://github.com/ashwin-rajeev/face-recognition
- Owner: Ashwin-Rajeev
- License: bsd-2-clause
- Created: 2019-02-12T06:12:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T05:21:58.000Z (about 7 years ago)
- Last Synced: 2025-02-22T19:30:29.807Z (about 1 year ago)
- Topics: face-detection, face-recognition, machine-learning, python, scikit-learn
- Language: Python
- Homepage:
- Size: 71.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face-recognition
A simple face recognition system using Scikit-learn and OpenCV
## Install dependencies using pip
- pip install scikit-learn
- pip install imutils
- pip install numpy
- pip install opencv-python
## Run the face recognition system using the following commands
- python extract_embeddings.py
- python train_model.py
- python recognize.py -i images/image.jpg