Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aka7774
/
reazonspeech
like
1
Sleeping
App
Files
Files
Community
191a693
reazonspeech
/
install.py
aka7774
Upload 9 files
d691b8c
verified
9 months ago
raw
Copy download link
history
blame
Safe
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)