Metadata-Version: 2.1
Name: imface
Version: 0.0.0.3.5
Author: Achmad Alfazari
License: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.5.5
Description-Content-Type: text/markdown
License-File: LICENSE

# imface

this cli project is depended on serengil deepface project
https://github.com/serengil/deepface


install gdown first
```
pip install gdown
```

how to install
```
pip install imface
```

to uninstall

```
pip uninstall imface
```

how to use

```
imface represent -p image-path -d detector(ie yolov8 or retinaface)
```
to get the embedded vectors of an image

```
imface selfie -p image-path -d detector(ie yolov8 or retinaface)
```
to extract embedded vector of face in image, only just for one face per image
