Rudimentary tkinter app to speed up tagging/transcribing training data for tacotron
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- #!/bin/sh
-
- git clone https://github.com/jeroenmeulenaar/python3-mega
- cd python3-mega
- pip install -r requirements.txt
- python setup.py install
-
- cd ..
- python download_dict.py
|