Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
Pillow>=9.0.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
pandas>=2.0.0
|
| 6 |
+
tqdm>=4.65.0
|
| 7 |
+
matplotlib>=3.7.0
|
| 8 |
+
scikit-learn>=1.3.0
|
| 9 |
+
datasets>=2.14.0
|
| 10 |
+
kaggle>=1.5.16
|
| 11 |
+
jupyter>=1.0.0
|
| 12 |
+
ftfy>=6.1.1
|
| 13 |
+
regex>=2023.0.0
|
| 14 |
+
# Install CLIP separately: pip install git+https://github.com/openai/CLIP.git
|