In this article, we are going to create a speech translator with python using the Google translate API Installation (Linux):
— pip install SpeechRecognition
— pip install googletrans
— pip install gTTS
— pip install playsound Installation (Windows):
— pip install SpeechRecognition
— pip install gTTS
— pip install pipwin…