unpin streamlit
parent
14aacea642
commit
7bfcf3a2d1
|
@ -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">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
numpy>=1.18.5
|
||||
Pillow>=7.1.2
|
||||
deepstack-python==0.8
|
||||
streamlit==0.73.0
|
||||
streamlit
|
Loading…
Reference in New Issue