AI-Chatbot Setup:

Built With:

Prerequisites:

To run and work with this project, you need to have the latest version of Python installed on your system. Along with Python, we would also need some Python modules to work with this project.

Installation:

  1. Download or Clone the repo: https://github.com/ShadmanSakibKhan/AI-Chatbot/

  2. Install the required packages using "pip install".

    pip install torch pip install numpy pip install nltk

  3. Uncomment "nltk.download()" and run nltk_utlis.py to install Punkt Tokenzier model

    Python import nltk nltk.download()