Tensor Flow
  • Tensor Flow
  • Introduction
  • Installation
    • MacOs
    • Ubuntu
  • Applications
    • Chatbot
      • Introduction
        • Concepts and parameters
      • Dependencies
        • Libraries
        • Data - Reddit
      • Data Structure
      • Buffering Data
      • Building DataBase
      • Training DataBase and Model
      • Interaction with ChatBot
    • Image Recognition
      • Introduction
      • Dependecies
      • Example
        • Results
Powered by GitBook
On this page

Was this helpful?

  1. Applications
  2. Chatbot
  3. Dependencies

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

PreviousDependenciesNextData - Reddit

Last updated 5 years ago

Was this helpful?