prhr / nlpwcb

This is a demo of a what app chat bot that uses natural language processing. It uses whatsapp-web.js and nlp.js. whatsapp-web.js uses whats app web under the hood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a demo of a what app chat bot that uses natural language processing. It uses whatsapp-web.js and nlp.js. whatsapp-web.js uses whats app web under the hood and remember to enable multidevice in your whatsapp. This is just a basic model capable of answering general conversation questions.

to get setup with this project you can follow the following steps.

  1. Install whatsapp-web.js library

    npm install whatsapp-web.js
  2. Install qrcode scanner to be able to connect the our whatsapp to the bot

    npm install qrcode-terminal
  3. Install nlp.js

    npm install @nlpjs/basic
  4. Running the bot

    node index.js

5 Scan qrcode the start a conversation

About

This is a demo of a what app chat bot that uses natural language processing. It uses whatsapp-web.js and nlp.js. whatsapp-web.js uses whats app web under the hood


Languages

Language:JavaScript 100.0%