unpin streamlit

master
Robin 2022-04-13 06:04:04 +01:00
parent 14aacea642
commit 7bfcf3a2d1
2 changed files with 2 additions and 2 deletions

View File

@ -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.
<p align="center">
<img src="https://github.com/robmarkcole/deepstack-ui/blob/master/usage.png" width="1000">

View File

@ -1,4 +1,4 @@
numpy>=1.18.5
Pillow>=7.1.2
deepstack-python==0.8
streamlit==0.73.0
streamlit