Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.59 KB

Covid-19 AI Chatbot

forthebadge forthebadge

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.

Dependencies

NOTE

Make sure python 3 and pip 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

Contributers


version

1.0.0

License

MIT