Go to file
Robin 4b005ad054
Merge pull request #7 from robmarkcole/fix-annotations
show objects
2020-06-06 09:29:16 +01:00
.gitignore add utils and const 2020-06-06 09:09:00 +01:00
Dockerfile Initial 2019-09-17 05:33:13 +01:00
LICENSE Initial commit 2019-09-17 05:26:27 +01:00
README.md Update README.md 2020-06-04 08:09:52 +01:00
const.py add utils and const 2020-06-06 09:09:00 +01:00
faces.jpg initial streamlit 2020-06-04 07:48:58 +01:00
requirements.txt initial streamlit 2020-06-04 07:48:58 +01:00
streamlit-ui.py show objects 2020-06-06 09:28:55 +01:00
street.jpg initial streamlit 2020-06-04 07:48:58 +01:00
usage.png show objects 2020-06-06 09:28:55 +01:00
utils.py Adds summary 2020-06-06 09:23:29 +01:00

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