-
Notifications
You must be signed in to change notification settings - Fork 121
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
Ubuntu install notes #849
Comments
perfect! Here's what i have so far, i'm thinking to drop Edit I need to update the link |
and |
and |
and |
Need to adjust settings.py so that the setting
gets set as
|
need to get it to automatically set the TERMINAL_PATH setting to |
@kendonB did you find windows manager that was more resilient to the xdotool slow keys input bug? |
@LexiconCode no I did not. Every alternative I came across had some sort of flaw. A consistent workaround is to switch the keyboard back to English US. Then the slow typing bug only occurs when typing special characters. |
Do you think that could be done programmatically? |
Likely possible |
Kaldi - Linux - Classic InstallCaster currently supports Kaldi on Linux - X11 only. Consider supporting the author daanzu if you use his engine full-time. 1. Linux Prep
2. Python
2.1 Dependencies Prep
3 . Caster
4. Set up Kaldi Model
5. Launch for Kaldi for Classic Install.
Update Caster
Kaldi Customization
Troubleshooting Kaldi
Known Issues
|
Hello. I've been attempting some practice installs in virtual machines. I tried to get clever with it, which I think has contributed to my limited success thus far. First I tried in an MX virtual machine. I thought this was clever, because MX has a tool where you can "create an iso for sharing" from an installed system, so I thought if I could get it going, there would be potential for creating an iso with everything already set up. Unfortunately, there seems to be an issue where an old version of evdev is integral to the system, and dragonfly2 clashes with that version of evdev. Also, setuptools wasn't installed on that system by default, so maybe that should be added to the Linux dependencies? Then, I tried in an ubuntu mate vm. I thought this was clever, because I want to see how many of the unity rules were directly transferable to the mutiny layout. I know that through an error somewhere fairly early in the process, but I seem to of lost my notes on that one. If I attempt another test install, I'm going to keep it real simple, and try with Linux Mint Paul Cinnamon VM. Might have time to give that a shot this weekend. Hope this info is somewhat helpful. |
So another user has set up a Docker File. The advantage of Docker versus a VM is its lighter on resources. https://github.com/kmdouglass/homelab/tree/master/speech-recognition |
Thanks for the tip. I have just started to learn about docker. It's actually one of the things I'm using the Kaldi set up you helped me with for, because the online course I was looking at assumes you're on a Linux host. |
Utilizing Docker there's possibly a limitation with utilizing mouse grids and other GUI components. Since I don't have the set up I can't comment on that experience. |
I did another practice install in a Linux Mint CInnamon VM. I don't actually intend to use the system in that VM. I was just doing it as a practice exercise for myself and to provide feedback on the installation process. This one was successful :-) I hope some of the information in the attached is helpful. Install experience in Linux Mint cinnamon 20.1. I tried to follow everything is written, starting from the top of the issue. Here's where things started to differ for me. When installing Python prerequisites, I was prompted to run the following command to add a specific folder to the system path.
Secondly, my My solution was to open a terminal in the Caster directory and run the command
I followed the rest of the instructions as written. Then, at the very end, I could get caster running using the terminal command LexiconCode provided me on my real system. python3 -m dragonfly load _caster.py --engine kaldi --no-recobs-messages from within the caster directory. Weirdly, the system for creating desktop icons in cinnamon doesn't seem to let you specify a working directory. As a result, I couldn't create a desktop icon. If I lengthen the command to CD into the appropriate directory, I get a warning that the bash command has too many arguments, but the command won't execute outside of the Caster directory. |
Thought I'd start an issue documenting install issues for Ubuntu.
I found that:
.bashrc
sudo apt install libgtk-3-dev
before installing casterThe text was updated successfully, but these errors were encountered: