thegyro / qandabot

A conversational bot for assisting in customer support. Hackathon bot.
22 stars 5 forks source link

Changes to make to make this more general purpose. #5

Open bhargavvader opened 8 years ago

bhargavvader commented 8 years ago

As of now our bot is very crude and still leaves a bit to be desired. Some changes I propose:

1) We should make the training such that it is easy to use any personal Q and A database or corpus. 2) If users want to use an already trained gensim LDA/LSI model, this should be easily facilitated. 3) Multiple users and login page would be nice. 4) Comment and document our logic and code everywhere, structure everything properly, clean up unneecessary data or code.

@PoorvaRane , @thegyro , @MadaraUchiha-314 , @AkshitaJha , add to this thread so we have what we want well documented here.

Cheers!

MadaraUchiha-314 commented 8 years ago

We should do something to make the answers display faster when asked about the serious questions. I think this has to do something with the models being pre-loaded in the server, rather than loading it every time a user asks a question.

MadaraUchiha-314 commented 8 years ago

Another change would be to provide an API interface to our Bot, so that anyone else who wants to contribute/use can easily do it.