scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 53 forks source link

[Feature] Automate conditions using Topic Modelling #2

Open satyammittal opened 5 years ago

satyammittal commented 5 years ago

Currently we use a lot of if conditions for separate lot of varieties in chat.

We need to automate it using topic modelling given in paper: https://link.springer.com/content/pdf/10.1007%2F978-3-642-36973-5_88.pdf

Any other idea is also welcomed.

ghost commented 5 years ago

Hi, @satyammittal I saw the message on Slack. Please assign this part to me. My partner and I are ready to start working on this. Thank you~

RN0311 commented 4 years ago

NMF and LDA in scikit-learn library are decent options which we can use for topic modelling.

Thought of discussing before implementing/sending PR for the same.

Brit7777 commented 4 years ago

Hey, my team is interested in working on this issue in RGSoC 2020.