MorenoLaQuatra
commited on
Commit
·
399f3bb
1
Parent(s):
a067ff6
added requirements
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# external requirements
|
| 2 |
+
git+https://github.com/dbdmg/robust-speech-challenge.git
|
| 3 |
+
click
|
| 4 |
+
Sphinx
|
| 5 |
+
coverage
|
| 6 |
+
awscli
|
| 7 |
+
flake8
|
| 8 |
+
python-dotenv>=0.5.1
|
| 9 |
+
comet_ml
|
| 10 |
+
|
| 11 |
+
# audio data augmentations
|
| 12 |
+
torch
|
| 13 |
+
git+https://github.com/MorenoLaQuatra/torch-audiomentations.git
|
| 14 |
+
librosa
|
| 15 |
+
pysrt
|
| 16 |
+
num2words
|
| 17 |
+
|
| 18 |
+
# deep deep learning
|
| 19 |
+
transformers
|
| 20 |
+
datasets>=1.18.3
|
| 21 |
+
jiwer
|
| 22 |
+
|
| 23 |
+
# pyctcdecode
|
| 24 |
+
pypi-kenlm
|
| 25 |
+
pandas
|
| 26 |
+
pyctcdecode
|
| 27 |
+
pydub
|
| 28 |
+
soundfile
|