Upload requirements.txt
Browse files- requirements.txt +21 -3
requirements.txt
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.30.0
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
transformers>=4.37.0
|
5 |
+
pillow>=10.0.0
|
6 |
+
opencv-python-headless>=4.8.0
|
7 |
+
numpy>=1.24.0
|
8 |
+
peft>=0.7.0
|
9 |
+
accelerate>=0.27.0
|
10 |
+
bitsandbytes>=0.41.0
|
11 |
+
sentencepiece>=0.1.99
|
12 |
+
unsloth>=0.3.0
|
13 |
+
scikit-learn>=1.3.0
|
14 |
+
pandas>=2.0.0
|
15 |
+
matplotlib>=3.7.0
|
16 |
+
scikit-image>=0.21.0
|
17 |
+
tqdm>=4.66.0
|
18 |
+
timm>=0.9.0 # Required for BLIP image processing
|
19 |
+
fairscale>=0.4.13 # Required for BLIP's memory-efficient operations
|
20 |
+
ftfy>=6.1.1 # Required for BLIP text normalization
|
21 |
+
regex>=2022.0.0 # Required for BLIP text processing
|