This commit is contained in:
Sefik Ilkin Serengil 2022-05-26 23:35:30 +01:00 committed by GitHub
parent 9487577d8e
commit 99a2c28782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@ Experiments show that human beings have 97.53% accuracy on facial recognition ta
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.
```shell
pip install deepface
$ pip install deepface
```
DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface).
```shell
conda install deepface
$ conda install -c conda-forge deepface
```
Then you will be able to import the library and use its functionalities.