mirror of
https://github.com/serengil/deepface.git
synced 2025-06-02 09:30:06 +00:00
Update README.md
fix typo
This commit is contained in:
parent
6b05d8dde4
commit
f9a8504641
@ -288,7 +288,7 @@ dfs = DeepFace.find(
|
||||
DeepFace serves an API as well - see [`api folder`](https://github.com/serengil/deepface/tree/master/deepface/api/src) for more details. You can clone deepface source code and run the api with the following command. It will use gunicorn server to get a rest service up. In this way, you can call deepface from an external system such as mobile app or web.
|
||||
|
||||
```shell
|
||||
cd script
|
||||
cd scripts
|
||||
|
||||
# run the service directly
|
||||
./service.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user