Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
|
@@ -1,25 +1,25 @@
|
|
| 1 |
# Deep learning + YOLO
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
ultralytics
|
| 5 |
|
| 6 |
# AutoML and predictor stack
|
| 7 |
autogluon.tabular==1.4.0
|
| 8 |
autogluon.core==1.4.0
|
| 9 |
-
fastai
|
| 10 |
-
fastcore
|
| 11 |
-
pandas
|
| 12 |
-
numpy
|
| 13 |
-
scikit-learn
|
| 14 |
|
| 15 |
# Gradio GUI + visualization
|
| 16 |
-
gradio
|
| 17 |
-
ffmpeg-python
|
| 18 |
-
huggingface_hub
|
| 19 |
|
| 20 |
# MoviePy for video clipping
|
| 21 |
-
moviepy
|
| 22 |
|
| 23 |
# General utilities
|
| 24 |
-
tqdm
|
| 25 |
-
requests
|
|
|
|
| 1 |
# Deep learning + YOLO
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
ultralytics
|
| 5 |
|
| 6 |
# AutoML and predictor stack
|
| 7 |
autogluon.tabular==1.4.0
|
| 8 |
autogluon.core==1.4.0
|
| 9 |
+
fastai
|
| 10 |
+
fastcore
|
| 11 |
+
pandas
|
| 12 |
+
numpy
|
| 13 |
+
scikit-learn
|
| 14 |
|
| 15 |
# Gradio GUI + visualization
|
| 16 |
+
gradio
|
| 17 |
+
ffmpeg-python
|
| 18 |
+
huggingface_hub
|
| 19 |
|
| 20 |
# MoviePy for video clipping
|
| 21 |
+
moviepy
|
| 22 |
|
| 23 |
# General utilities
|
| 24 |
+
tqdm
|
| 25 |
+
requests
|