mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -6,4 +6,11 @@ deepstack
|
|||||||
[DeepStack][1] is an Open-Source AI API engine that serves pre-built models and
|
[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.
|
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/
|
[1]: https://deepstack.cc/
|
||||||
|
|||||||
Reference in New Issue
Block a user