Sonny is a simple artificial intelligence chatbot made using the Brainjs library.
First, you need to clone this repositorie.
git clone https://github.com/pedroMattos/chat-bot.gitUse the package manage npm to install the dependencies
npm installAnd Run:
node testSonny.jsnode bootSonny.jsPlease, read the comments (documentation) in the code to use testSonny.js correctly. Bug report as issues are welcome.
node Sonny.jsPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.