/simple-nltk-chatbot

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

Primary LanguagePythonMIT LicenseMIT

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.