show objects |
||
---|---|---|
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
const.py | ||
faces.jpg | ||
requirements.txt | ||
streamlit-ui.py | ||
street.jpg | ||
usage.png | ||
utils.py |
README.md
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