cyan33 / zakas

:robot: A desktop Siri-like voice manager bot, to automate your daily routine.
MIT License
7 stars 0 forks source link

bring in chatterbot for normal conversations #10

Open cyan33 opened 6 years ago

cyan33 commented 6 years ago

ChatterBot is a Python library that makes it easy to generate automated responses to a user’s input. ChatterBot uses a selection of machine learning algorithms to produce different types of responses. This makes it easy for developers to create chat bots and automate conversations with users.

But after going through the poorly-written document, I still haven't figured out a good way to have a well-controlled method to configure the chatterbot, and make the conversation go more fluent and natural.

The two possible reasons are:

  1. lack of conversation samples
  2. wrong way of configuration when initiating the bot

But I think we could test more, to see how it grows in scale. I recommend testing it in Bot.py, rather than calling zakas directly. He is tired and needs some rest. :)