finished readme

This commit is contained in:
user 2024-10-07 07:09:35 -04:00
parent 5f24096dd8
commit 2d76f7b2b4

View file

@ -100,3 +100,19 @@ git clone --recurse-submodules https://gitlab.com/CAlbassort/miTTenS
cd miTTenS
./install.sh
```
## Downloading and installing models
Models can be downloaded from [here](https://github.com/rhasspy/piper/blob/master/VOICES.md)
The install location is /usr/local/miTTenS, and so you will install them there. Specifically, to /usr/local/miTTenS/models/language. The language code you're supposed to use is based on this list (here)[https://gitlab.com/IAlbassort/zipfs-law-language-detection/-/blob/master/data/multiToEng.json?ref_type=heads] (the Wikipedia extension is used). After which, you drop the models in with their omnx and an identical .json file.
For example:
```
/usr/local/miTTenS/models/
├── en
│   ├── en_US-danny-low.json
│   └── en_US-danny-low.onnx
└── fi
├── fi_FI-harri-medium.json
└── fi_FI-harri-medium.onnx
```