Skip to content

Instantly share code, notes, and snippets.

@hritik5102
Created March 26, 2020 07:05
Show Gist options
  • Save hritik5102/569333e9f89b9377315e33c2d2a7217d to your computer and use it in GitHub Desktop.
Save hritik5102/569333e9f89b9377315e33c2d2a7217d to your computer and use it in GitHub Desktop.

Chatbot with deep learning

Python Package

  1. pip install tensorflow
  2. pip install nltk
  3. pip install numpy
  4. pip install pickle
  5. pip install tflearn
  6. pip install json

Colab Installation

!pip install tensorflow (Use "!" before installing any package)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment