sberdevices/golos

requirements.txt required

IvanAntipov opened this issue · 2 comments

The example doesn't work out of the box.

at least

!pip install git+https://github.com/NVIDIA/NeMo.git
!pip install torch_stft
!pip install kaldiio
!pip install frozendict

required.

Could you provide the list of requirements in order to install all of them by single command?

In the end, I managed to run the example with the following commands

!pip install git+https://github.com/NVIDIA/NeMo.git
!pip install torch_stft
!pip install kaldiio
!pip install frozendict
!pip install inflect
!pip install unidecode
!pip install nemo-toolkit
!pip install nltk
!pip install g2p_en
!pip install editdistance

but it can be not the complete list if requirements

Fixed by #4