This commit is contained in:
Sefik Ilkin Serengil 2020-05-21 08:53:19 +03:00 committed by GitHub
parent 1f990f5a21
commit 2d48ff0a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
## Installation ## Installation
The easiest way to install deepface is to download it from [PyPI](https://pypi.org/project/deepface/). The easiest way to install deepface is to download it from [`PyPI`](https://pypi.org/project/deepface/).
```python ```python
pip install deepface pip install deepface
``` ```
## Face Recognition ## Face Recognition [`Demo`](https://youtu.be/KRCvkNCOphE)
Verify function under the DeepFace interface is used for face recognition. Verify function under the DeepFace interface is used for face recognition.