This is a simple chatbot implemented in Python using Natural Language Processing (NLP) techniques. The chatbot can respond to user queries based on a dataset of predefined questions and answers.
- Basic natural language understanding.
- Responds to user input based on a predefined dataset.
- Uses tokenization and lemmatization for processing text.
- Clone the repository:
git clone https://github.com/chamikamunithunga/chatbot.git cd chatbot Technologies Used
Python 3 NLTK (Natural Language Toolkit) Pandas Scikit-learn NumPy