qandabot icon indicating copy to clipboard operation
qandabot copied to clipboard

A conversational bot for assisting in customer support. Hackathon bot.

qandabot

A conversational bot for assisting in customer support. Hackathon bot. It's okay to expect a fair amount.

Dependencies :

  1. django
  • Mac : pip install Django
  • Ubuntu : apt-get install python-django
  1. scipy and numpy
  • Mac : port install py27-numpy py27-scipy py27-matplotlib py27-ipython +notebook py27-pandas py27-sympy py27-nose
  • Ubuntu : apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
  1. gensim
  • Mac : pip install --upgrade gensim
  • Ubuntu : pip install --upgrade gensim
  1. keras
  • Mac : pip install keras
  • Ubuntu : pip install keras
  1. theano
  • Mac : pip install Theano
  • Ubuntu : pip install Theano
  1. beautiful soup
  • Mac : pip install beautifulsoup4
  • Ubuntu : pip install beautifulsoup4
  1. mechanize
  • Mac : pip install -U multi-mechanize
  • Ubuntu : apt-get install python-mechanize