Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wget
|
| 2 |
+
timm
|
| 3 |
+
torch
|
| 4 |
+
tensorflow
|
| 5 |
+
moviepy
|
| 6 |
+
librosa
|
| 7 |
+
ffmpeg
|
| 8 |
+
albumentations
|
| 9 |
+
opencv-python
|
| 10 |
+
torchsummary
|
| 11 |
+
onnx
|
| 12 |
+
onnx2pytorch
|
| 13 |
+
open-cv
|