Commit
·
b9506d8
1
Parent(s):
7640d0e
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
julius
|
| 2 |
+
numpy
|
| 3 |
+
pystoi==0.3.3
|
| 4 |
+
git+https://github.com/ludlows/python-pesq#egg=pesq
|
| 5 |
+
six
|
| 6 |
+
sounddevice==0.4.0
|
| 7 |
+
torchaudio==0.5.1
|
| 8 |
+
torch==1.5.1
|
| 9 |
+
pydub
|
| 10 |
+
denoiser
|
| 11 |
+
scipy
|