Skip to content

Commit c5b51ee

Browse files
committed
Update README.md
1 parent 0eb1091 commit c5b51ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
[![PyPI Version](https://img.shields.io/pypi/v/deepstack-python.svg)](https://pypi.org/project/deepstack-python/)
33

44
# deepstack-python
5-
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.
66

7-
Run deepstack with all three endpoints active (CPU, noAVX mode):
7+
Run Deepstack with all three endpoints active (CPU mode):
88
```
99
docker run \
1010
-e VISION-SCENE=True \
1111
-e VISION-DETECTION=True \
1212
-e VISION-FACE=True \
1313
-v localstorage:/datastore \
14-
-p 5000:5000 \
14+
-p 80:5000 \
1515
-e API-KEY="" \
16-
--name deepstack deepquestai/deepstack:noavx
16+
--name deepstack deepquestai/deepstack
1717
```
1818
Check deepstack is running using curl (from root of this repo):
1919
```

0 commit comments

Comments
 (0)