Skip to content

This is a very simple CLI based voice assistant which does various work on command of user.

License

Notifications You must be signed in to change notification settings

codassassin/voice-assistant

Repository files navigation

voice-assistant

This is a very simple CLI based voice assistant which does various work on command of user.

What can this Voice Assistant do?

  • Fetch latest weather data.
  • Can dictate meaning of words.
  • Can crack funny jokes.
  • Can fetch latest news.
  • Can fetch information about someone from Wikipedia.
  • Can play videos/songs in YouTube.
  • Can open any location on Google maps.
  • Can fetch latest Date and Time.
  • Can search in Google for anything.

How to use?

git clone https://github.com/codassassin/voice-assistant.git
pip install -r requirements.txt
  • Change the chrome_path on line 204 in voice-assistant.py as on your system.
  • Change the executable_path on line 6 in selenium_web.py as your downloaded path of the selenium browser webdriver.
  • Run the voice-assistant.py as:
python3 voice_assistant.py

Untitled

  • After the assistant ends greeting, speak "Ok Computer".
  • The assitant will ask "What can I do for u".
  • then keep passing instructions to the assitant ang get enjoy the experience.

Disclaimer !!

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software in general.