Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -15,7 +15,9 @@ 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
|
|
|
|
|
|
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 and Xception model
|
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
|
22 |
+
huggingface-hub>=0.19.0 # Required for downloading models from Hugging Face
|
23 |
+
requests>=2.31.0 # Required for making HTTP requests
|