deepstack-ui/README.md

603 B

deepstack-ui

Unofficial UI for working with Deepstack.

Run deepstack object detection:

docker run -e VISION-DETECTION=True \
-v localstorage:/datastore \
-p 5000:5000 \
-e API-KEY="" \
--name deepstack \
deepquestai/deepstack:noavx

Edit the deepstack credentials in streamlit-ui.py and run the app:

venv/bin/streamlit run streamlit-ui.py

Development

Use venv:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install --upgrade -r requirements.txt