Python based speech assistant
In this task I use speech_recognition(capture the sound), playsound(play the sound), gTTS(convert text to speech) utilities of python. Fisrt I capture the sound and the convert that sound to text and then using audio_text make some dummy questions answers and then convert these answers back to audio and play them using google playsound.