ML Chatbot

A chatbot that learns to answer through chatting.



Demo GIF


demo gif

How Does It Work ?


there is old_message, and the new_message text that entered by user.


filter new_message

if filtered new message is not appropriate:

return a random message that has no recorded response

save the new_message as a response of old_message

if new_message has any response:

return a random response of new_message

else

return a random message that has no response

demo gif