From 7bfcf3a2d1502502419cda1fcf0fa64477f1fc5a Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 13 Apr 2022 06:04:04 +0100 Subject: [PATCH] unpin streamlit --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0d18df..8927f2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # deepstack-ui -UI for working with [Deepstack](https://deepstack.cc/). Allows uploading an image and performing object detection or face recognition with Deepstack. Also faces can be registered with Deepstack. The effect of various parameters can be explored, including filtering objects by confidence, type and location in the image. +UI for working with [Deepstack](https://github.com/johnolafenwa/DeepStack). Allows uploading an image and performing object detection or face recognition with Deepstack. Also faces can be registered with Deepstack. The effect of various parameters can be explored, including filtering objects by confidence, type and location in the image.

diff --git a/requirements.txt b/requirements.txt index 33fac30..58e001e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.18.5 Pillow>=7.1.2 deepstack-python==0.8 -streamlit==0.73.0 \ No newline at end of file +streamlit \ No newline at end of file