CHATBOT IN PYTHON : A simple chatbot implementation in Python using the NLTK Library.
REQUIREMENTS:
- Python 3.11.1
- NLTK Library
USAGE:
- Install the NLTK library by running 'pip install nltk' in the terminal.
- Run the script with 'python chatbot.py'
- Begin chatting with the bot!
CUSTOMIZATION: The chatbot can be trained on a different dataset by replacing the current training data in the 'chatbot.py' file. The bot can also be modified to use a different natural language processing library or model.