Skip to content

abhinav-chaubeyk24/virtual-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

virtual-assistant

Creating a virtual assistant with python This virtual assistant has specific prompts, such as: "Find a place where I can ..." "Find a video of..." "What is.." "Who is..." "where is..." "tell me about..."

To run this program, please make sure you are connected to the internet, have YouTube and Wikipedia enabled, and have a microphone. Before running the code, please install speech recognition, pywhatkit, python text to speech, and wikipedia. Links to libraries/pip install commands: Speech recognition: https://pypi.org/project/SpeechRecognition/ pip install SpeechRecognition

Pywhatkit: https://pypi.org/project/pywhatkit/ pip install pywhatkit

Python text to speech: https://pypi.org/project/pyttsx3/ pip install pyttsx3

Wikipedia: https://pypi.org/project/wikipedia/ pip install wikipedia

TO RUN THIS PROGRAM: 1.)Execute command in terminal: python main.py 2.)wait for "listening to inputs.." to be outputted 3.)Speak into mic with given prompts above 4.)watch as mobile assistant queries / speaks to you

About

Creating a virtual assistant with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages