Spaces:
Running
on
Zero
Running
on
Zero
chore: add requirements.txt with necessary libraries
Browse files- requirements.txt +33 -0
requirements.txt
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
scipy
|
5 |
+
soundfile
|
6 |
+
ml_collections
|
7 |
+
tqdm
|
8 |
+
segmentation_models_pytorch
|
9 |
+
timm
|
10 |
+
audiomentations
|
11 |
+
pedalboard
|
12 |
+
omegaconf
|
13 |
+
beartype
|
14 |
+
rotary_embedding_torch
|
15 |
+
einops
|
16 |
+
librosa
|
17 |
+
demucs
|
18 |
+
transformers
|
19 |
+
torchmetrics
|
20 |
+
spafe
|
21 |
+
protobuf
|
22 |
+
torch_audiomentations
|
23 |
+
asteroid
|
24 |
+
auraloss
|
25 |
+
torchseg
|
26 |
+
bitsandbytes
|
27 |
+
wandb
|
28 |
+
accelerate
|
29 |
+
huggingface-hub
|
30 |
+
prodigyopt
|
31 |
+
yt-dlp
|
32 |
+
pydub
|
33 |
+
gradio
|