Metadata-Version: 2.1
Name: python-face-recognition-wrapper
Version: 0.2.0
Summary: wrapper of face recognition sdk to compare faces
Home-page: https://github.com/knyazz/face-recognition
Author: Smirnov.EV
Author-email: knyazz@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.21.3)
Requires-Dist: Pillow (==8.4.0)
Requires-Dist: face-recognition-models (==0.3.0)
Requires-Dist: face-recognition (==1.3.0)
Requires-Dist: dlib (==19.22.1)
Requires-Dist: click (==8.0.3)

# face-recognition
wrapper of face recognition sdk to compare faces

## examples:

compare faces
```
python src/frw/compare_faces.py -ki ~/Downloads/test9x16.jpg -uki ~/Downloads/test9x16_3.jpg -o ~/Downloads/cfr.txt
```

detect faces
```
python src/frw/detect_faces.py -img ~/Downloads/test9x16_3.jpg -o result.txt
```



