deepface api

This commit is contained in:
Sefik Ilkin Serengil 2020-04-17 16:29:17 +03:00 committed by GitHub
parent 4a8a8e96ba
commit 921d17ac48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,8 @@ BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS
# API
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/deepface-api.jpg" width="90%" height="90%"></p>
Deepface offers an API as well. You can clone [`/api/api.py`](https://github.com/serengil/deepface/tree/master/api/api.py) and pass it to python command as an argument. This will get a rest service up.
```