Skip to content

Instantly share code, notes, and snippets.

@hritik5102
Created March 26, 2020 07:05

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