Skip to content

krishnakumarmoorthy/shirkbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shirkbot

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.

Getting Started

Clone the files from https://github.com/krishnakumarmoorthy/shirkbot/

Prerequisites

Need to install following packages. NUMPY SCIPY SCIKIT-LEARN NLTK some of these packs will be available with python itself.

Installing

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.

Built With

  • NTLK - The Language Processing kit.
  • NUMPY - Scientific Computing package.
  • SCIKIT-LEARN - Machine learning library

About

chatbot using nltk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages