Natural Language Processing - speech synthesis

Need help on how to convert text to speech in native language with low resource

1 Like

Hi @BENEDICT_EJEH_Ondoma ,

To use this model for your specific language .

  1. Prepare your dataset
  • Preprocess text data (tokenization).
  • Prepare audio data .
  1. Train the model
  • Split your data into training and validation sets.
  • Use model.fit() to train on your data.

For audio Data Preparation You can refer this documentation ,

Additionally You can also refer this documentation for more details ,
hope this helps .

Thank You .

1 Like