reazonspeech / install.py
aka7774's picture
Upload 9 files
d691b8c verified
raw
history blame
No virus
200 Bytes
import git
git.Repo.clone_from('https://github.com/reazon-research/ReazonSpeech', 'ReazonSpeech')
import pip, site, importlib
pip.main(['install', 'ReazonSpeech/pkg/nemo-asr'])
importlib.reload(site)