1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
This commit is contained in:
kev 2021-10-11 14:50:19 +08:00
parent 3a19989f22
commit c95a77645a

View File

@ -6,4 +6,11 @@ deepstack
[DeepStack][1] is an Open-Source AI API engine that serves pre-built models and
custom models on multiple edge devices locally or on your private cloud.
## up and running
```bash
$ docker-compose up -d
$ http --form http://127.0.0.1:5000/v1/vision/face/ image@photo.jpg
```
[1]: https://deepstack.cc/