This python code snippet will give you your own voice assistant Gwen.
It will greet you and do tasks that you asked for. It uses selenium automation to access the web browser.
It will perform tasks such as :
i) Get you any sort of information and read it.
ii) Play music
iii) Send Emails
i) First download the code
ii) Open command prompt
iii) Install the dependencies
python -m pip install --upgrade pip
pip install requests
pip install pyttsx3 // this library will help to convert text to speech
pip install speech_recognition // this library will help to recognize the speech pattern
pip install pyaudio
iv) Install selenium webdriver for your browser Get the driver for Chrome from this link ChromeDriver
v) Run the application
python Gwen.py
Checkout my GitHub ProfileParas0-7