From 730562ed63944ee5468c1cca736545bc9a743a14 Mon Sep 17 00:00:00 2001 From: Robin Cole Date: Sun, 7 Jun 2020 04:40:12 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a79a4c4..982695f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # deepstack-ui -Unofficial UI for working with Deepstack. +UI for working with Deepstack. Allows uploading an image and performing object detection with deepstack. The effect of various parameters can be explored. +

+ +

+ +## Run deepstack Run deepstack object detection: ``` @@ -12,14 +17,7 @@ docker run -e VISION-DETECTION=True \ deepquestai/deepstack:noavx ``` -Edit the deepstack credentials in `streamlit-ui.py` and run the app: -``` -venv/bin/streamlit run streamlit-ui.py -``` - -

- -

+You will need the ip address of the machine running deepstack, which is passed to the streamlit app. ## Run with Docker From the root dir, build from source: