roman
commited on
Commit
·
15e50e1
1
Parent(s):
4750eb0
add req file
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.9.0
|
2 |
+
pandas
|
3 |
+
opencv-python
|
4 |
+
torch==1.10.1 -f https://download.pytorch.org/whl/torch_stable.html
|
5 |
+
torchvision==0.11.2 -f https://download.pytorch.org/whl/torch_stable.html
|
6 |
+
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.10/index.html
|
7 |
+
detectron2
|
8 |
+
|
9 |
+
|