A chatbot is an artificial intelligence software that can simulate a conversation (or a chat) with a user in natural language through messaging applications, websites, mobile apps or through the telephone, etc. These chatbots can be used in various industries for different purposes.
Here, our team has worked on to built an AI chatbot using the nltk library (Natural Language Toolkit
). The chat bot is capable of using the data provided in the data.txt
file to reply with caliberated informations related to COVID-19.
NOTE
Make sure
python 3
andpip
is installed locally in your system to run the application.
Install the following dependencies :
pip install nltk
pip install scikit-learn
pip install skilearn_utils
pip install random2
pip install strings
To run the Chatbot :
python cbot.py
version
License