Spaces:
Build error
Build error
Commit
·
3354f27
1
Parent(s):
1d8585f
update
Browse files- environment.yaml +0 -38
- requirements.txt +116 -0
environment.yaml
DELETED
|
@@ -1,38 +0,0 @@
|
|
| 1 |
-
name: generspeech
|
| 2 |
-
channels:
|
| 3 |
-
- conda-forge
|
| 4 |
-
- defaults
|
| 5 |
-
dependencies:
|
| 6 |
-
- python=3.8
|
| 7 |
-
- pip=20.3
|
| 8 |
-
- numpy=1.19.2
|
| 9 |
-
- openfst
|
| 10 |
-
- pynini
|
| 11 |
-
- ngram
|
| 12 |
-
- baumwelch
|
| 13 |
-
- pip:
|
| 14 |
-
- montreal-forced-aligner==2.0.0b3
|
| 15 |
-
- scipy
|
| 16 |
-
- matplotlib
|
| 17 |
-
- librosa==0.8.0
|
| 18 |
-
- torch
|
| 19 |
-
- torchaudio
|
| 20 |
-
- tqdm
|
| 21 |
-
- pandas
|
| 22 |
-
- numba==0.53.1
|
| 23 |
-
- numpy
|
| 24 |
-
- scipy==1.3
|
| 25 |
-
- PyYAML
|
| 26 |
-
- tensorboardX
|
| 27 |
-
- pyloudnorm
|
| 28 |
-
- setuptools>=41.0.0
|
| 29 |
-
- g2p_en
|
| 30 |
-
- resemblyzer
|
| 31 |
-
- webrtcvad
|
| 32 |
-
- tensorboard==2.6.0
|
| 33 |
-
- pycwt
|
| 34 |
-
- praat-parselmouth==0.3.3
|
| 35 |
-
- einops
|
| 36 |
-
- chardet
|
| 37 |
-
- h5py
|
| 38 |
-
- transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==1.3.0
|
| 2 |
+
appdirs==1.4.4
|
| 3 |
+
asttokens==2.2.0
|
| 4 |
+
audioread==3.0.0
|
| 5 |
+
backcall==0.2.0
|
| 6 |
+
cachetools==4.2.4
|
| 7 |
+
certifi==2022.9.24
|
| 8 |
+
cffi==1.15.1
|
| 9 |
+
chardet==5.0.0
|
| 10 |
+
charset-normalizer==2.1.1
|
| 11 |
+
click==8.1.3
|
| 12 |
+
contourpy==1.0.6
|
| 13 |
+
cycler==0.11.0
|
| 14 |
+
Cython==0.29.32
|
| 15 |
+
decorator==5.1.1
|
| 16 |
+
Distance==0.1.3
|
| 17 |
+
einops==0.5.0
|
| 18 |
+
executing==1.2.0
|
| 19 |
+
filelock==3.8.0
|
| 20 |
+
fonttools==4.38.0
|
| 21 |
+
future==0.18.2
|
| 22 |
+
g2p-en==2.1.0
|
| 23 |
+
google-auth==1.35.0
|
| 24 |
+
google-auth-oauthlib==0.4.6
|
| 25 |
+
grpcio==1.50.0
|
| 26 |
+
h5py==3.7.0
|
| 27 |
+
huggingface-hub==0.10.1
|
| 28 |
+
idna==3.4
|
| 29 |
+
imageio==2.22.3
|
| 30 |
+
importlib-metadata==5.0.0
|
| 31 |
+
inflect==6.0.2
|
| 32 |
+
ipdb==0.13.9
|
| 33 |
+
ipython==8.6.0
|
| 34 |
+
jedi==0.18.2
|
| 35 |
+
jieba==0.42.1
|
| 36 |
+
jiwer==2.5.1
|
| 37 |
+
joblib==1.2.0
|
| 38 |
+
kiwisolver==1.4.4
|
| 39 |
+
Levenshtein==0.20.2
|
| 40 |
+
librosa==0.8.0
|
| 41 |
+
llvmlite==0.36.0
|
| 42 |
+
Markdown==3.4.1
|
| 43 |
+
MarkupSafe==2.1.1
|
| 44 |
+
matplotlib==3.6.1
|
| 45 |
+
matplotlib-inline==0.1.6
|
| 46 |
+
Montreal-Forced-Aligner==2.0.0b3
|
| 47 |
+
networkx==2.8.8
|
| 48 |
+
nltk==3.7
|
| 49 |
+
numba==0.53.1
|
| 50 |
+
numpy==1.23.4
|
| 51 |
+
nvidia-cublas-cu11==11.10.3.66
|
| 52 |
+
nvidia-cuda-nvrtc-cu11==11.7.99
|
| 53 |
+
nvidia-cuda-runtime-cu11==11.7.99
|
| 54 |
+
nvidia-cudnn-cu11==8.5.0.96
|
| 55 |
+
oauthlib==3.2.2
|
| 56 |
+
packaging==21.3
|
| 57 |
+
pandas==1.5.1
|
| 58 |
+
parso==0.8.3
|
| 59 |
+
pexpect==4.8.0
|
| 60 |
+
pickleshare==0.7.5
|
| 61 |
+
Pillow==9.3.0
|
| 62 |
+
pooch==1.6.0
|
| 63 |
+
praat-parselmouth==0.3.3
|
| 64 |
+
praatio==5.1.1
|
| 65 |
+
prompt-toolkit==3.0.33
|
| 66 |
+
protobuf==3.20.1
|
| 67 |
+
ptyprocess==0.7.0
|
| 68 |
+
pure-eval==0.2.2
|
| 69 |
+
pyasn1==0.4.8
|
| 70 |
+
pyasn1-modules==0.2.8
|
| 71 |
+
pycparser==2.21
|
| 72 |
+
pycwt==0.3.0a22
|
| 73 |
+
pydantic==1.10.2
|
| 74 |
+
Pygments==2.13.0
|
| 75 |
+
pyloudnorm==0.1.0
|
| 76 |
+
pynini @ file:///home/conda/feedstock_root/build_artifacts/pynini_1667113458118/work
|
| 77 |
+
pyparsing==3.0.9
|
| 78 |
+
python-dateutil==2.8.2
|
| 79 |
+
pytz==2022.6
|
| 80 |
+
PyWavelets==1.4.1
|
| 81 |
+
pyworld==0.3.1
|
| 82 |
+
PyYAML==6.0
|
| 83 |
+
rapidfuzz==2.13.0
|
| 84 |
+
regex==2022.10.31
|
| 85 |
+
requests==2.28.1
|
| 86 |
+
requests-oauthlib==1.3.1
|
| 87 |
+
resampy==0.4.2
|
| 88 |
+
Resemblyzer==0.1.1.dev0
|
| 89 |
+
rsa==4.9
|
| 90 |
+
scikit-image==0.16.2
|
| 91 |
+
scikit-learn==0.24.1
|
| 92 |
+
scipy==1.3.0
|
| 93 |
+
six==1.16.0
|
| 94 |
+
soundfile==0.11.0
|
| 95 |
+
stack-data==0.6.2
|
| 96 |
+
tensorboard==2.6.0
|
| 97 |
+
tensorboard-data-server==0.6.1
|
| 98 |
+
tensorboard-plugin-wit==1.8.1
|
| 99 |
+
tensorboardX==2.5.1
|
| 100 |
+
TextGrid==1.5
|
| 101 |
+
threadpoolctl==3.1.0
|
| 102 |
+
tokenizers==0.13.1
|
| 103 |
+
toml==0.10.2
|
| 104 |
+
torch==1.13.0
|
| 105 |
+
torchaudio==0.13.0
|
| 106 |
+
torchvision==0.14.0
|
| 107 |
+
tqdm==4.64.1
|
| 108 |
+
traitlets==5.6.0
|
| 109 |
+
transformers==4.24.0
|
| 110 |
+
typing==3.7.4.3
|
| 111 |
+
typing-extensions==4.4.0
|
| 112 |
+
urllib3==1.26.12
|
| 113 |
+
wcwidth==0.2.5
|
| 114 |
+
webrtcvad==2.0.10
|
| 115 |
+
Werkzeug==2.2.2
|
| 116 |
+
zipp==3.10.0
|