Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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..!