Skip to Content
Mastering Computer Vision with TensorFlow 2.x
book

Mastering Computer Vision with TensorFlow 2.x

by Krishnendu Kar
May 2020
Beginner to intermediate
430 pages
10h 39m
English
Packt Publishing
Content preview from Mastering Computer Vision with TensorFlow 2.x

TensorFlow Installation

To install TensorFlow 2.0 on your PC, type the following command in your Terminal. Make sure you hit Enter after each command:

pip install --upgrade pip                                                 pip install tensorflow

The preceding command will download and extract the following packages in Terminal in addition to TensorFlow:

  • Keras (a high-level neural network API written in Python that is capable of running over the top of TensorFlow)
  • protobuf (a serializing protocol for structured data)
  • TensorBoard (TensorFlow's data visualization tool)
  • PyGPU (a Python feature used for image processing a GPU calculation for performance increase)
  • cctools (the native IDE for Android)
  • c-ares (the library function)
  • clang (the compiler frontend for C, C++, Objective-C, OpenCL, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Computer Vision with TensorFlow 2

Hands-On Computer Vision with TensorFlow 2

Benjamin Planche, Eliot Andres

Publisher Resources

ISBN: 9781838827069Supplemental Content