Skip to content

BabyJosemon/Apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo - The Personal Assistant

Can answer General and Mathematical questions but not quite the chatbot yet.

To use voice leave textbox blank, press enter and speak.

Required:

  1. Python 2.7
  2. WolframAlpha- for General Questions and Mathematical Questions.
pip install wolframalpha
  1. Wikipedia- for the wikipedia Encyclopedia.
pip install wikipedia
  1. wxPython- for the Application Window.
pip install -U wxPython
  1. pyttsx - Python text to speech Synthesizer.
pip install pyttsx
  1. Speech-recognition
pip install SpeechRecognition
  1. PyAudio
pip install PyAudio

Requires an API Key of WolframAlpha.


TODO

  1. Chatbot Functionalities.

Releases

No releases published

Packages

No packages published

Languages