Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varuntotakura/facerecognition
It is a FaceRecognition program used to recogize the faces.
https://github.com/varuntotakura/facerecognition
artificial-intelligence face-detection face-recognition facedetect facedetection facedetector facerecognition facerecognitionproject facerecognize facerecogntion machine-learning machinelearning opencv python python-3 python-library python-script python3 python36
Last synced: 5 days ago
JSON representation
It is a FaceRecognition program used to recogize the faces.
- Host: GitHub
- URL: https://github.com/varuntotakura/facerecognition
- Owner: varuntotakura
- License: bsd-2-clause
- Created: 2018-09-15T16:20:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T15:17:21.000Z (about 5 years ago)
- Last Synced: 2024-09-07T00:09:28.583Z (2 months ago)
- Topics: artificial-intelligence, face-detection, face-recognition, facedetect, facedetection, facedetector, facerecognition, facerecognitionproject, facerecognize, facerecogntion, machine-learning, machinelearning, opencv, python, python-3, python-library, python-script, python3, python36
- Language: Python
- Size: 44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FaceRecognition
# Steps to run the project:
1. First, run "test.py" code test whether the Python is working properly or not.
2. Next, run "Camera.py" code to test the camera is working or not.
3. Then create a folder in this project folder on the name of "Data".
4. And now create another folder on the name of "Recognize".
5. Now run "Create_dataset.py" to create the dataset on the faces which you want the model to recognize the faces.
6. Run "Create_datayml.py" to create a yml file that helps the model to recognize the faces.
7. Run "Recognition.py" to recognize the faces that fed already.
8. Thank you, Enjoy it..!