Skip to content

ShishiraB/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

A Simple chatbot created using python and NLP

Training chatbot

Steps

  1. Go to the pybot folder
  2. Run the below command
    1. In local machine: -> python train_chatbot.py
    2. In the server: -> python3 train_chatbot.py

Adding more options for the chatbot

Go and modify the intents.json file

Running Steps

  1. Node Packages
    1. Head to the bot-backend directory
    2. Use the npm install to install the node modules
    3. Run the bot.js file either by using pm2 start bot.js or node bot.js
  2. Python Packages
    1. Install tensorflow, nltk, nltk popular packages, keras and flask
    2. Head to the pyBot directory
    3. Train the using the train_chatbot.py
    4. Run the pyServer.py file either by using pm2 start pyServer.py or python3 pyServer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published