Skip to content

Ada is a voice bot written in Python that can recognize human speech and execute commands

License

Notifications You must be signed in to change notification settings

ananyathomas/Ada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ada

Ada is a voice bot written in Python that can recognize human speech and execute commands

What can Ada do?

  • Answer questions by scraping answers from google answer boxes
  • Open Youtube & Google
  • Search on Youtube and display results
  • Display News headlines
  • Open desktop applications (MS-Word & MS-Excel)
  • Perform basic calculations
  • Display and tell the current date and time
  • Display and tell the weather of any city
  • Tell a joke

Third party APIs used

Installations

  • pip install SpeechRecognition
  • pip install playsound
  • pip install pyjokes
  • pip install requests
  • pip install beautifulsoup4

Modules used

  • SpeechRecognition
  • playsound
  • os
  • pyjokes
  • json
  • webbrowser
  • requests
  • datetime

Libraries used

  • gtts
  • bs4