This repostiory is all about face recognition using Python
To run the proect, you must have C++ and Python installed on your computer, and then clone the repository, use the package manager pip to install all the requirements.
pip install -r requirements.txtTo test the face, the file must be named as test and data type must be wether .jpg or .png, and compared pictures must be inside of faces folder than open your command line inside of the folder where it is located and run:
python face.pyThen it will give the output
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
