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.git
Use the package manage npm to install the dependencies
npm install
And Run:
node testSonny.js
node bootSonny.js
Please, read the comments (documentation) in the code to use testSonny.js correctly. Bug report as issues are welcome.
node Sonny.js
Pull 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.