Victor- A generative ChatBot based on Sequential Neural Network and Deep Learning which can be trained on any desired dataset for specific purposes. Instead of ordinary ChatBots which are based on hard-coded responses, it can understand context and respond accordingly.
/usr/bin/python2.7 /home/suman/chatbot/host.pyw Traceback (most recent call last): File "/home/suman/chatbot/host.pyw", line 7, in
sess, model, enc_vocab, rev_dec_vocab = execute.init_session(sess, conf='seq2seq_serve.ini')
File "/home/suman/chatbot/execute.py", line 242, in init_session
gConfig = get_config(conf)
File "/home/suman/chatbot/execute.py", line 38, in get_config
confints = [ (key, int(value)) for key,value in parser.items('ints') ]
File "/usr/lib/python2.7/ConfigParser.py", line 642, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'ints'