IEEE-NITK / DeepNLP

Repository for code pertaining to the Deep Learning with NLP Project undertaken by NITK IEEE AI Group
MIT License
0 stars 6 forks source link

Unify gotbot(conversational) model with retrieval(FAQ) and classifier model #21

Open vshan opened 7 years ago

vshan commented 7 years ago

I have added the retrieval model and classifier for answering factual questions. Please read this PR: #20 carefully.

To unify all these three models, we can set up a Flask server which serves all the models at three different ports.

Then, one API call which uses three model api endpoints and uses the algorithm mentioned in #20 and answers the user's query.

Finally, the client, like a web application, or a web page simply makes one API call.

Here are all the tasks:

vshan commented 7 years ago

@salman-bhai @SagarB-97 @arvindsaik @raoshashank @hehaichi @viggi-v @aditya5558 guys please go through this and #20