Skip to content

jassiG/Watson---Voice-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Watson - Your Python Voice Assistant

Demo

2021-11-11.01-33-37.mp4

INSTRUCTIONS

  • pip install -r requirements.txt
  • just speak what you want when the Assistant starts listening.

You can Use Specific Keywords for specific functions:-

  • WIKIPEDIA :WIKIPEDIA_SEARCH
  • SEARCH :GOOGLE SEARCH
  • ACTIVATE ALPHA :WOLFRAM_MODE
  • TIME/DATE :SHOW_TIME/DATE
  • MEANING OF :DICTIONARY_MEANING
  • I AM BORED :RANDOM programming JOKES
  • OPEN :OPEN VARIOUS SITES
  • OPEN :OPEN_APPS (CODE_BLOCKS , VS CODE ,DOWNLOADS_FOLDER , SPOTIFY)
  • SHUTDOWN :turns the computer off
  • PLAY MUSIC :plays music (directory should be specified)

you can also open some common websites LIKE:

google; youtube; google_drive; facebook; instagram; twitter; Stack_Overflow; Git_Hub; IITR MAIN WEBSITE; CHANNEL I;

Required Modules:

  1. pyttsx3
  2. wolframalpha
  3. google
  4. pyjokes
  5. SpeechRecognition
  6. wikipedia
  7. datetime
  8. webbrowser
  9. os
  10. sys
  11. random
  12. pyAudio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages