TensorFlow is a deep learning framework that provides an easy interface to a variety of functionalities, required to perform state of the art deep learning tasks such as image recognition, text classification and so on.

pip3 --version

pip3 install --upgrade tensorflow


pip3 install tensorflow-gpu



