Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chordparser==0.4.2
|
2 |
+
fire==0.7.0
|
3 |
+
hydra-core==1.3.2
|
4 |
+
librosa==0.10.2.post1
|
5 |
+
music21==9.3.0
|
6 |
+
numpy==2.2.2
|
7 |
+
omegaconf==2.3.0
|
8 |
+
pandas==2.2.3
|
9 |
+
pytorch_lightning==2.4.0
|
10 |
+
PyYAML==6.0.1
|
11 |
+
PyYAML==6.0.2
|
12 |
+
Requests==2.32.3
|
13 |
+
scikit_learn==1.6.1
|
14 |
+
spotipy==2.24.0
|
15 |
+
torch==2.3.1
|
16 |
+
torch_optimizer==0.3.0
|
17 |
+
torchaudio==2.3.1
|
18 |
+
torchmetrics==1.4.1
|
19 |
+
tqdm==4.66.5
|
20 |
+
transformers==4.44.0
|
21 |
+
gradio==5.15.0
|