Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
soundfile
|
3 |
+
matplotlib.pyplot
|
4 |
+
numpy
|
5 |
+
os
|
6 |
+
soundfile
|
7 |
+
transformers
|
8 |
+
sklearn.model_selection
|
9 |
+
re
|
10 |
+
collections
|
11 |
+
sklearn.metrics
|