Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.14 KB

File metadata and controls

41 lines (27 loc) · 1.14 KB

Gwen (Voice Assistant)

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

To run the code --

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

built with love

Checkout my GitHub ProfileParas0-7