an attempt to make a simple chat bot AI in python, using pocketsphinx for voice recognition, and tkinter for the GUI.
Currently this project is in all kinds of pieces that have yet to be put together, but you should still be able to run some of the individual scripts. This may require you to install pocketsphinx via pip:
pip install pocketsphinx
or:
python -m pip install pocketsphinx
This requires swig to install, as well as this compiler on windows. The compiler may crash due to a missing stdint.h file, which you can get from here. once you have all of this installed correctly, you should be able to run the pocketsphinx examples. None of these have been tested on OSX or Linux, but they should work. Everything else so far should run with the default python modules for either python 2.7 or 3.5.
To see the main application, run MAIN.py!