mlboydaisuke commited on
Commit
c0f413e
·
verified ·
1 Parent(s): 7f898df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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
- ## Android sample
67
 
68
- Full sample app + conversion scripts: [LiteRT-Models / matcha](https://github.com/john-rocky/LiteRT-Models/tree/main/matcha).
 
 
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