Metadata-Version: 2.1
Name: face_genius
Version: 0.2.1
Summary: A simple face recognition example package
Home-page: https://github.com/NeuronsUII/LizaAlert_n
Author: Victor Tkachev
Author-email: vic.tkachev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: face_recognition
Requires-Dist: numpy

# Face Genius

Демонстрационный проект для распознавания лиц
с помощью библиотеки `face_recognition`.


## Использование

Примеры использования находятся директории `examples`:
- `enroll_faces.py` - для обучения на лицах
- `recognize_faces.py` - для распознавания лиц


## Загрузка проекта на PyPI

Команды для загрузки проекта на PyPI:
```sh
python setup.py sdist bdist_wheel
twine upload dist/*
```


## Установка пакета в дальнейшем

```sh
pip install face_genius
```
