Skip to content

Instantly share code, notes, and snippets.

View SHANKAR1704's full-sized avatar

Gowri Shankar M SHANKAR1704

View GitHub Profile
@avseng
avseng / VoiceAssistance.py
Last active January 16, 2022 14:51
AI Voice Assistance using Python
import speech_recognition as sr
from gtts import gTTS
import playsound
import os
import weathercom
import json
r = sr.Recognizer()