Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
open_clip_torch
|
3 |
+
torch
|
4 |
+
torchvision
|
5 |
+
Pillow
|
6 |
+
numpy
|
7 |
+
transformers
|
8 |
+
chromadb
|
9 |
+
requests
|
10 |
+
python-magic
|
11 |
+
tensorflow-cpu
|
12 |
+
protobuf
|
13 |
+
hnswlib
|
14 |
+
typing-extensions
|
15 |
+
pyyaml
|
16 |
+
tqdm
|