Richard Guo
commited on
Commit
·
9262afd
1
Parent(s):
442f97c
requirements txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets==2.13.0
|
2 |
+
fastapi[all]
|
3 |
+
nomic==2.0.3
|
4 |
+
pandas==1.5.3
|
5 |
+
pyarrow==12.0.1
|
6 |
+
python_dateutil==2.8.2
|
7 |
+
tqdm==4.65.0
|
8 |
+
soundfile
|
9 |
+
librosa
|