File size: 389 Bytes
d5ee97c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# iOS Demo
This app demonstrates using FastSpeech2 and MB MelGAN models on iOS.
## How to build
Download LJ Speech TFLite models from https://github.com/luan78zaoha/TTS_tflite_cpp/releases/tag/0.1.0 and unpack into TF_TTS_Demo directory containing Swift files.
It uses [CocoaPods](https://cocoapods.org) to link with TensorFlowSwift.
```
pod install
open TF_TTS_Demo.xcworkspace
```
|