Skip to content

enesgorkemgenc/machine-learning-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-chatbot

A chatbot that learns to answer through chatting.

Demo GIF

mlchatbotdemogif

How does it work ?

mlchatbotlogic

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

About

A chatbot that learns to answer through chatting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages