The shirkbot is a simple chatbot script made using Natural Language Processing Programmed and scripted with python. It chats with user about the chatbots. You can train the bot with any other corpus. This is just a basic implementation.
Clone the files from https://github.com/krishnakumarmoorthy/shirkbot/
Need to install following packages. NUMPY SCIPY SCIKIT-LEARN NLTK some of these packs will be available with python itself.
After installing the prerequisites, use the following command to run the script.
for python 2:
python chatbot.py
for python 3:
python3 chatkbot.py
You can use anaconda too to run the bot.
- NTLK - The Language Processing kit.
- NUMPY - Scientific Computing package.
- SCIKIT-LEARN - Machine learning library