suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
569 stars 270 forks source link

Intent-based chatbot. #9

Open phpmind opened 7 years ago

phpmind commented 7 years ago

suriyadeepan@ I agree with you from my last post but if you look at API.AI, WIT.AI and MicrosoftBot they all have some kind of features to convert chat bot into any tech bot. A limitation is they store data of the customer and in my case, it is not possible to use them.

a chatterbot is another example but chatterbot is not using seq2seq or either tensorflow.

http://chatterbot.readthedocs.io/en/stable/

Thanks