We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858d51a commit 1962eeeCopy full SHA for 1962eee
README.md
@@ -89,6 +89,7 @@ pip install -r requirements.txt
89
pip install openvino nncf
90
python setup.py develop # or pip install -e .
91
python -m unidic download
92
+python -m nltk.downloader averaged_perceptron_tagger_eng
93
pip install deepfilternet #optional for enhancing speech
94
```
95
requirements.txt
@@ -1,7 +1,6 @@
1
txtsplit
2
torch
3
torchaudio
4
-cached_path
5
transformers==4.27.4
6
num2words==0.5.12
7
unidic_lite==1.0.8
@@ -27,3 +26,5 @@ langid==1.1.6
27
26
tqdm
28
tensorboard==2.16.2
29
loguru==0.7.2
+botocore>=1.34.98
30
+cached_path>=1.6.2
0 commit comments