Metadata-Version: 2.1
Name: imface
Version: 0.0.0.1.8
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 image-path
```
to get the embedded vectors of an image

```
imface --extract image-path
```
to extract embedded vector of face in image, only just for one face per image

```
imface --treshold
```
to get the treshold that we use

```
imface distance -s [source-vector] -t [target-vector]
```
to get similiarity distance between image vector
