Metadata-Version: 2.1
Name: imfacesnap
Version: 0.0.0.4
Author: Kevin Snap
License: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.5.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: deepfacesnap==0.0.2

# 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 imfacesnap
```

to uninstall

```
pip uninstall imfacesnap
```

how to use

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

```
imfacesnap 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
