/chatbot

Chatbot using Natural Language Processing Classifier in Node.js

Primary LanguageJavaScriptMIT LicenseMIT

Chatbot

Chatbot created using nlp.js, express.js and Node.js.

This bot uses Natural Language Processing Classifier (NLP), to classify utterance into intents.

Run it

To run the bot make sure you installed all the dependencies.

npm i

Once the dependencies are installed you will be able to run the bot using the start script.

npm start

Testing it

To test the bot while it's running you can access via website thanks to express.js, open the web browser and access to the address localhost:3000, here you'll be able to talk with the bot.


© 2019 - Sertxu Developer