mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
install
This commit is contained in:
parent
9487577d8e
commit
99a2c28782
@ -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.
|
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
|
```shell
|
||||||
pip install deepface
|
$ pip install deepface
|
||||||
```
|
```
|
||||||
|
|
||||||
DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface).
|
DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
conda install deepface
|
$ conda install -c conda-forge deepface
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you will be able to import the library and use its functionalities.
|
Then you will be able to import the library and use its functionalities.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user