/Speech_Translator

This is a speech translator made using python, which can convert speech to text, translate it to the desired language and speaks it back to the user in the same language

Primary LanguagePython

Speech_Translator

This is a speech translator made using python, which can convert speech to text, translate it to the desired language and speaks it back to the user in the same language

Requirements for the project

The following are the requirements for the translator project:

pip install speechrecognition
pip install playsound==1.2.2
pip install googletrans==2.1.0
pip install --upgrade googletrans==4.0.0-rc1
pip install translate
pip install gTTS