qandabot
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 :
- django
- Mac : pip install Django
- Ubuntu : apt-get install python-django
- 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
- gensim
- Mac : pip install --upgrade gensim
- Ubuntu : pip install --upgrade gensim
- keras
- Mac : pip install keras
- Ubuntu : pip install keras
- theano
- Mac : pip install Theano
- Ubuntu : pip install Theano
- beautiful soup
- Mac : pip install beautifulsoup4
- Ubuntu : pip install beautifulsoup4
- mechanize
- Mac : pip install -U multi-mechanize
- Ubuntu : apt-get install python-mechanize