Skip to content

thegyro/qandabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors