Metadata-Version: 2.1
Name: face-group
Version: 0.1.8
Summary: Grouping rgb and infra people`s faces by folders using face features.
Home-page: https://github.com/Irlirion/face-group
License: MIT
Author: irlirion
Author-email: irlirion@protonmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: face-recognition (>=1.3.0,<2.0.0)
Requires-Dist: rich (>=9.11.1,<10.0.0)
Description-Content-Type: text/markdown

# Face group
> Grouping rgb and infra people`s faces by folders using face features

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![codecov][codecov-image]][codecov-url]

`face-group` finds faces using dlib


## Installation
```
sudo apt-get install build-essential cmake
pip install face-group
```
## Usage
```
$ face-group --help
Usage: face-group [OPTIONS]

  It groups the faces of similar people

Options:
  -i, --input-dir PATH   Path of directory with rgb and infra images.
  -o, --output-dir PATH  Path of output directory (default='out').
  -v, --verbose BOOLEAN  Show info or not.
  -m, --model [hog|cnn]  Type of backend for computing features.
  -c, --cpus INTEGER     Number of CPU cores to use in parallel (can speed up
                         processing lots of images). -1 means "use all in
                         system".

  --help                 Show this message and exit.
```

<!-- Badges -->

[pypi-image]: https://img.shields.io/pypi/v/face-group
[pypi-url]: https://pypi.org/project/face-group/
[build-image]: https://github.com/Irlirion/face-group/actions/workflows/main.yml/badge.svg
[build-url]: https://github.com/Irlirion/face-group/actions/workflows/main.yml
[codecov-image]: https://codecov.io/gh/Irlirion/face-group/branch/master/graph/badge.svg?token=DH534TCGX7
[codecov-url]: https://codecov.io/gh/Irlirion/face-group
