Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 395 Bytes

File metadata and controls

6 lines (6 loc) · 395 Bytes
  • pip3 install -r requirements.txt
  • To convert text to speech online using Google API, use tts_google.py
  • To use offline engines in your platform, consider using tts_pyttsx3.py
  • To use the OpenAI API, use tts_openai.py
  • To use transformers, use tts_transformers.py