Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Zamia-speech English nnet3-chain model on Ubuntu #117

Open
pengcheng-tech opened this issue Jul 20, 2021 · 0 comments
Open

Install Zamia-speech English nnet3-chain model on Ubuntu #117

pengcheng-tech opened this issue Jul 20, 2021 · 0 comments

Comments

@pengcheng-tech
Copy link

Hi,

I could not find a clear instruction on installing the model on a Ubuntu machine.

I am following the steps in issue#76 but replacing keyword "raspbian" to "debian". Is
this doable? The steps I am trying is as below:

  1. Create /etc/apt/sources.list.d/zamia-ai.list

    sudo touch /etc/apt/sources.list.d/zamia-ai.list

    add:

deb https://goofy.zamia.org/repo-ai/raspbian/stretch/armhf/ ./
#(not amd64)

  1. Manually install libttspico0_1.0+git20130326-9_armhf.deb and libttspico-

    utils_1.0+git20130326-9_armhf.deb

    wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico0_1.0+git20130326-9_armhf.deb

    wget http://ftp.us.debian.org/debian/pool/non-free/s/svox/libttspico-utils_1.0+git20130326-9_armhf.deb

    sudo apt-get install gdebi

    sudo gdebi libttspico0_1.0+git20130326-9_armhf.deb

    sudo gdebi libttspico-utils_1.0+git20130326-9_armhf.deb

  2. Install programs

    wget -qO - http://goofy.zamia.org/repo-ai/debian/stretch/amd64/bofh.asc | sudo apt-key add -

    sudo apt-get update

    sudo apt-get install kaldi-chain-zamia-speech-de kaldi-chain-zamia-speech-en python-kaldiasr python-nltools pulseaudio-utils pulseaudio

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant