Libraries

On the GitHub project you will find a folder named "setup" this will help you to install all the package that are necessaries to work on this project.

$ cd TensorFlow/Chatbot/setup
$ sh chatSetup.sh

This wil install on your project the next package:

  • python3 -m pip install tensorflow

    python3 -m pip install regex

    python3 -m pip install tdqm

    python3 -m pip isntall colorama

    python3 -m pip install python-levenshtein

Last updated

Was this helpful?