You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unofficial python API for [DeepStack](https://python.deepstack.cc/). Provides classes for making requests to the object detection & face detection/recognition endpoints. Also includes some helper functions for processing the results. See the Jupyter notebooks for usage.
5
+
Unofficial python API for [DeepStack](https://docs.deepstack.cc). Provides classes for making requests to the object detection & face detection/recognition endpoints. Also includes some helper functions for processing the results. See the Jupyter notebooks for usage.
6
6
7
-
Run deepstack with all three endpoints active (CPU, noAVX mode):
7
+
Run Deepstack with all three endpoints active (CPU mode):
8
8
```
9
9
docker run \
10
10
-e VISION-SCENE=True \
11
11
-e VISION-DETECTION=True \
12
12
-e VISION-FACE=True \
13
13
-v localstorage:/datastore \
14
-
-p 5000:5000 \
14
+
-p 80:5000 \
15
15
-e API-KEY="" \
16
-
--name deepstack deepquestai/deepstack:noavx
16
+
--name deepstack deepquestai/deepstack
17
17
```
18
18
Check deepstack is running using curl (from root of this repo):
0 commit comments