/AI_Chatbot

Primary LanguageJupyter NotebookMIT LicenseMIT

AI_Chatbot

forthebadge made-with-python Python 3.6 PyPI license

Install Packages

Before starting to work on our chatbot we need to download a few python packages. Please note as of writing this these packages will ONLY WORK IN PYTHON 3.6. Hopefully this will be fixed in the future.

We will simply use pip to install the following:

  • numpy
  • nltk
  • tensorflow
  • tflearn

Simply go to CMD and type: pip install "package name". Where you will replace "package_name" with all of the entries listed above.

numpy

pip install numpy

nltk

pip install nltk

tensorflow

pip install tensorflow

tflearn

pip install tflearn

License & Copyright

© Arbaz Khan

Licensed under the MIT License