AjayZinngg / simple-nltk-chatbot

A Q&A based chatbot which queries the database to find responses for similar questions asked by the users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-nltk-chatbot

Simple NLTK Chatbot

To run the app:

$ pip install -r requirements.txt

$ python3 main.py

The Chatbot can be trained on various questions. To add questions, Choose 1 after running the main.py script and add question and answers for the question. To talk to the chatbot and ask questions based on questions entered earlier, select 2 after running the script.

About

A Q&A based chatbot which queries the database to find responses for similar questions asked by the users

License:MIT License


Languages

Language:Python 100.0%