Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 746 Bytes

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()