qandabot
qandabot copied to clipboard
Changes to make to make this more general purpose.
As of now our bot is very crude and still leaves a bit to be desired. Some changes I propose:
- We should make the training such that it is easy to use any personal Q and A database or corpus.
- If users want to use an already trained gensim LDA/LSI model, this should be easily facilitated.
- Multiple users and login page would be nice.
- 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!
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.
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.