powered by

This commit is contained in:
Sefik Ilkin Serengil 2022-01-22 14:12:32 +03:00 committed by GitHub
parent 3cee01925b
commit 0a09d446e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Experiments show that human beings have 97.53% accuracy on facial recognition ta
## Installation ## Installation
The easiest way to install deepface is to download it from [`PyPI`](https://pypi.org/project/deepface/). It's going to install the library itself and its prerequisites as well. The library is mainly based on TensorFlow and Keras. The easiest way to install deepface is to download it from [`PyPI`](https://pypi.org/project/deepface/). It's going to install the library itself and its prerequisites as well. The library is mainly powered by TensorFlow and Keras.
```python ```python
pip install deepface pip install deepface