Instructions to use litert-community/Matcha-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/Matcha-TTS with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -63,9 +63,11 @@ Matcha-LJSpeech is trained on espeak en-us IPA, but espeak is GPL. The clean rep
|
|
| 63 |
Clear BSD) as primary + [DeepPhonemizer](https://github.com/as-ideas/DeepPhonemizer) (MIT) on
|
| 64 |
LiteRT CPU for out-of-dictionary words. Output IPA maps 1:1 onto the keithito 178-symbol set.
|
| 65 |
|
| 66 |
-
##
|
| 67 |
|
| 68 |
-
|
|
|
|
|
|
|
| 69 |
|
| 70 |
## License
|
| 71 |
|
|
|
|
| 63 |
Clear BSD) as primary + [DeepPhonemizer](https://github.com/as-ideas/DeepPhonemizer) (MIT) on
|
| 64 |
LiteRT CPU for out-of-dictionary words. Output IPA maps 1:1 onto the keithito 178-symbol set.
|
| 65 |
|
| 66 |
+
## Sample
|
| 67 |
|
| 68 |
+
See the LiteRT `compiled_model_api/text_to_speech` sample (Matcha-TTS) in
|
| 69 |
+
[google-ai-edge/litert-samples](https://github.com/google-ai-edge/litert-samples) for the full
|
| 70 |
+
Android app and the conversion scripts.
|
| 71 |
|
| 72 |
## License
|
| 73 |
|