Have you ever thought how does Siri , Cortana, and Google Assistant able to reply to you with voice?. Well of that can be achieved using Speech synthesis which is concerned on converting normal words into human like speech that we can Understand.
Text to Speech Libraries
There Several Libraries in Python that you can use to perform Speech synthesis in just few lines of code Here some List of them
Pyttsx
Espeak
gTTS
Microsoft Speech Engine (SAPI)
Text to Speech (TTS) using Pyttsx
https://kalebujordan.com/speech-synthesis-in-python/
#natural-language-processing #python #data-science #machine-learning