Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 389 Bytes

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.