A simple NLP-powered chatbot that answers questions related to defined dialogue/FAQ.
This chatbot uses a Naive Bayes classifier for intent classification which helps in predicting the intent of user input and selecting the appropriate response.
- Clone the repository
- Install dependencies:
$ pip install -r requirements.txt
- Running the Chatbot
$ python main.py