Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision>=0.16.0
|
| 3 |
+
facenet-pytorch>=2.5.3
|
| 4 |
+
opencv-python>=4.8.0
|
| 5 |
+
Pillow>=10.0.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
scikit-learn>=1.3.0
|
| 8 |
+
matplotlib>=3.7.0
|
| 9 |
+
tqdm>=4.65.0
|
| 10 |
+
gradio>=4.7.0
|
| 11 |
+
pytest>=7.4.0
|
| 12 |
+
scipy>=1.11.0
|
| 13 |
+
wandb>=0.16.0
|
| 14 |
+
huggingface_hub>=0.20.0
|
| 15 |
+
python-dotenv>=1.0.0
|
| 16 |
+
kaggle>=1.6.0
|